Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Dec 20, 2019
1 parent e1ec940 commit cd14124
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SerialTransfer
Arduino library to transfer packetized data fast/reliably via UART/Serial.
Arduino library to transfer packetized data fast/reliably via UART/Serial. [A mirror library is also available for Python!](https://github.com/PowerBroker2/pySerialTransfer)

This library:
- is non blocking
Expand All @@ -9,8 +9,6 @@ This library:
- allows the use of dynamically sized packets (packets can have payload lengths anywhere from 1 to 255 bytes)
- **can transfer floats!!**

# [Python Verson](https://github.com/PowerBroker2/pySerialTransfer)

# Packet Anatomy:
```
01111110 11111111 00000000 00000000 00000000 ... 00000000 10000001
Expand Down

0 comments on commit cd14124

Please sign in to comment.