forked from EnviroDIY/Arduino-SDI-12
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement binary data type, ability to read/write 8N1 byte data
Update buffer to byte (8N1) configuration Read and peek commands will remove parity bit convert (8N1 to 7E1) to ascii char. Added readByte(), readBytes(), timedReadByte() Added writeByte(), writeBytes()
- Loading branch information
Showing
2 changed files
with
198 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters