Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lexus2k/tinyproto
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Nov 9, 2019
2 parents 53b543b + e3008d2 commit bfc3209
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ void loop() {
* Connect your Arduino board to PC
* Run your sketch or tinylight_loopback
* Compile tiny_loopback tool
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t light -g -c 8 -r`
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t light -g -c 8 -a -r`

* Connect your Arduino board to PC
* Run your sketch or tinyhd_loopback
* Compile tiny_loopback tool
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t hd -c 8 -g -r`
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t hd -c 8 -g -a -r`

* Connect your Arduino board to PC
* Run your sketch or tinyfd_loopback
* Compile tiny_loopback tool
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t fd -c 8 -w 3 -g -r`
* Run tiny_loopback tool: `./bld/tiny_loopback -p /dev/ttyUSB0 -t fd -c 8 -w 3 -g -a -r`

For more information about this library, please, visit https://github.com/lexus2k/tinyproto.
Doxygen documentation can be found at [github.io site](http://lexus2k.github.io/tinyproto).
Expand Down
9 changes: 8 additions & 1 deletion Release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
== ver. 0.9.1 =======================================

- Fixed CRC8 bug with HDLC/Light protocol
- Added new API for keep alive timeout, auto-reconnect
- Fixed issues in TinyPacket
- Fix compilation for Windows Arduino IDE
- Removed sperf tool (use tiny_loopback)
- Fixed crc32 bug
- Improved HDLC logging
- Fixed C-compilation for avr gcc

== ver. 0.9.0 =======================================
- Initial full duplex implementation:
Expand Down

0 comments on commit bfc3209

Please sign in to comment.