Skip to content

Releases: teddokano/I2C_device_Arduino

1.1.0

08 Apr 23:57

Choose a tag to compare

Get include SPI interface as txrx()

1.0.5

27 Feb 23:18

Choose a tag to compare

  • fix: Suppressing warning of "-Wmaybe-uninitialized"

1.0.4

27 Dec 21:17

Choose a tag to compare

fixed: build error

1.0.3

27 Dec 08:53

Choose a tag to compare

code update to remove unneccesary modifiers

1.0.1

14 Jul 00:34

Choose a tag to compare

  • Samples (in examples/) modified to make UNO R4 compatible (No class driver code modification done).

1.0.0

12 Jul 04:07

Choose a tag to compare

1.0.0. release :)

0.4.1

11 May 18:22

Choose a tag to compare

  • A sample code added

For flexibility to handle TwoWire instances

11 May 09:34

Choose a tag to compare

For flexibility to handle TwoWire instances

I²C bus can be accessed by Wire instance on Arduino Uno but in some other boards, like Arduino Due, it has another I²C bus on different pins. It can be accessed by using Wire1.

This 0.4.0 release gives flexibility to handle those I²C instances. The I²C bus is defined as TwoWire class in Wire.h.
Now I2C_device class handle multiple instances of TwoWire class.

For more details, refer to README.md, Using different I²C bus in Examples section.

0.3.0

23 Apr 03:08

Choose a tag to compare

  • Modified to return error code
  • ping() added

0.2.0

29 Mar 08:53

Choose a tag to compare

Initial release version