Skip to content

Releases: PowerBroker2/SerialTransfer

SerialTransfer

21 Jul 17:04
d966ef5
Compare
Choose a tag to compare
  • Fix issue #33
  • Save memory by using a single CRC calculating class across all Serial/SPI/I2CTransfer class instances

SerialTransfer

16 Jul 18:20
234c7e3
Compare
Choose a tag to compare
  • Fix warnings for I2CTransfer.h so that everything compiles cleanly

SerialTransfer

13 Jul 05:24
d3350ac
Compare
Choose a tag to compare
  • Massive update to change the overall structure of the library
    • Introduce Packet.h
      • Hardware agnostic library that serves as the base packetizing/parsing library the rest of the "hardware-level" libraries are based on
  • Add I2C and SPI functionality
  • Add examples for file transfer

SerialTransfer

08 Jul 22:36
6661c77
Compare
Choose a tag to compare
  • Update reamde
  • Fix bugs in example sketches

SerialTransfer

08 Jul 00:22
b1914c1
Compare
Choose a tag to compare
  • Update return type of tableLen_ to suppress warnings (see pr #26)

SerialTransfer

06 Jul 19:16
f26c7f3
Compare
Choose a tag to compare
  • Switch argument order for txObj() and rxObj()
  • txObj() and rxObj() now returns next buffer index instead of # of processed bytes
  • Update readme/examples for above changes
  • Changed to MIT license

SerialTransfer

03 Jul 03:48
9d6ae75
Compare
Choose a tag to compare
  • len parameter for both rxObj and txObj is now automatically determined if index is not specified by the user
  • RX examples now detect errors without magic numbers

SerialTransfer

23 Jun 05:06
77365aa
Compare
Choose a tag to compare

Add access function for packet ID byte

SerialTransfer

14 Jun 20:33
da89379
Compare
Choose a tag to compare

Prevent all compile warnings

SerialTransfer

12 Jun 21:57
3014bca
Compare
Choose a tag to compare
  • Update status codes
  • Add ability to specify callback functions
  • Added tick() method
  • Added automatic debug print functionality