Skip to content

Releases: Earsuit/I2C

v1.2_I2C

24 Jul 13:57
Compare
Choose a tag to compare

Version 1.2

  • Fix some bugs in timeout.

Version 1.1

  • added timeout function which ensures the program won't hang up. Please note
    the timeout() function uses the 8-bit Timer/Counter0.
  • added a new requestFrom() that overloaded the previous one. The new requestFrom() takes a user-defined array and its index and stores data in the specified location of this array.

Version 1.0

  • Basic functions of I2C bus, similar to the official "wire" library.

v1.1_I2C

29 Mar 21:55
Compare
Choose a tag to compare

Version 1.1

  • added the timeout function, which ensures the program won't hang up. Please note
    the timeout() function uses the 8-bit Timer/Counter0.
  • added a new requestFrom() that overloads the previous one. The new requestFrom()
    takes a user-defined array and its index and stores data in the specified location
    of this array.

Version 1.0

  • Basic functions of I2C bus, similar to the official "wire" library.

v1.0_I2C

24 Mar 13:03
da9c726
Compare
Choose a tag to compare

Version 1.0

  • Basic functions of I2C bus, similar to the official "wire" library.