Skip to content

Releases: yuri-rage/arduino-i2c-slave

I2C Slave v0.3.3

21 Aug 17:00
f11b44c
Compare
Choose a tag to compare

Changes from v0.3.2:

  • fixed analog_read example to use signed int unpacking in Lua script
  • added comments for Lua string.unpack conversion options
  • this release should finally have matching dirnames for Arduino IDE example inclusion
    -- (0.3.2 had a messy release that should've fixed that but didn't)

This should (hopefully) be the last of the rapid-fire releases that follow library registry inclusion.

I2C Slave v0.3.2

21 Aug 05:35
3544456
Compare
Choose a tag to compare

Changes from v0.3.1:

  • fixed example directory naming in line with Arduino IDE expectation
  • added complete license text and opening comments in source files
  • minor README fixups

I2C Slave v0.3.1

20 Aug 21:34
Compare
Choose a tag to compare

Release in preparation for publishing to the Arduino IDE Library Manager.

Changes from v0.3.0:

  • updated Lua examples to use more elegant string packing/unpacking