Skip to content

Commit

Permalink
Dev (#31)
Browse files Browse the repository at this point in the history
* Update args/return values for rxObj() and txObj()

- Switch argument order
- Return next buffer index instead of # of processed bytes

* Update full_duplex_multiple_objects.ino

* Update rx_multiple_objects.ino

* Update softwareserial_full_duplex_multiple_objects.ino

* Update softwareserial_rx_multiple_objects.ino

* Update softwareserial_tx_multiple_objects.ino

* Update tx_multiple_objects.ino

* Update README.md

* Print received `h` as ASCII

* Bug fix

* Update library.properties
  • Loading branch information
PowerBroker2 authored Jul 8, 2020
1 parent b1914c1 commit e8eb6b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=SerialTransfer
version=2.1.1
author=PowerBroker2 <[email protected]>
maintainer=PowerBroker2 <[email protected]>
sentence=Arduino library to transfer packetized data fast/reliably via UART/Serial
paragraph=Arduino library to transfer packetized data fast/reliably via UART/Serial
category=Communication
url=https://github.com/PowerBroker2/SerialTransfer
architectures=*
name=SerialTransfer
version=2.1.1
author=PowerBroker2 <[email protected]>
maintainer=PowerBroker2 <[email protected]>
sentence=Arduino library to transfer packetized data fast/reliably via UART/Serial
paragraph=Arduino library to transfer packetized data fast/reliably via UART/Serial
category=Communication
url=https://github.com/PowerBroker2/SerialTransfer
architectures=*

0 comments on commit e8eb6b0

Please sign in to comment.