Skip to content

Releases: teddokano/GPIO_NXP_Arduino

1.1.1

18 Mar 22:59
fa7084f

Choose a tag to compare

Fix for issue #1

  • Constructors for PCA9555, PCAL6416A, PCAL6524 and PCAL6534 with TwoWire instance are modified to have correct number of ports. Also enabled to work auto-increment register access.

1.1.0

09 Apr 00:43

Choose a tag to compare

PCAL9722 SPI GPIO expander support added

1.0.2

28 Feb 00:07

Choose a tag to compare

  • PORT class support added. Refer to README.md and sample code in examples/PORT_class/.

1.0.1

29 Dec 21:58

Choose a tag to compare

minor code update:
old → void GPIO_base::write_port16( access_word w, uint16_t* vp )
new → void GPIO_base::write_port16( access_word w, const uint16_t* vp )

1.0.0

12 Jul 04:35

Choose a tag to compare

Release 1.0.0 :)

0.4.3

23 Jun 21:48

Choose a tag to compare

document updated

0.4.2

23 Jun 05:05

Choose a tag to compare

document updated

0.4.1

26 May 21:32

Choose a tag to compare

Example code modified to suit more general use

Adapting to I2C_device 0.4.0 feature

12 May 23:30

Choose a tag to compare

I2C_device library release 0.4.0 have a feature of selecting TwoWire instance other than Wire.
From this release, this library can access to the temperature sensor devices on different I²C bus.

0.3.0

22 Apr 06:25

Choose a tag to compare

added device name header files