From e8eb6b0a25feebbbb15deb161a013d02acbcab7b Mon Sep 17 00:00:00 2001 From: PB2 Date: Wed, 8 Jul 2020 18:34:58 -0400 Subject: [PATCH] Dev (#31) * 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 --- library.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/library.properties b/library.properties index 962cced..02aac69 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ -name=SerialTransfer -version=2.1.1 -author=PowerBroker2 -maintainer=PowerBroker2 -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 +maintainer=PowerBroker2 +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=*