Skip to content

Releases: adafruit/Adafruit_BusIO

Mostly cosmetic change

19 Nov 20:22
170ff5f
Compare
Choose a tag to compare

Simplify the placement and order of #includes so Wire.h is in One Canonical Place rather than a game of Whack-a-Mole.

Arduino Zero TwoWire changes

17 Nov 22:27
767a066
Compare
Choose a tag to compare

Shouldn’t affect user code, just an internal change

1.9.3 Include Update

28 Sep 22:25
da6809b
Compare
Choose a tag to compare
  • Needed to add a #include to fix preproc logic guarding against no-SPI targets

1.9.2 Chunk update

27 Sep 19:18
cb21cf5
Compare
Choose a tag to compare
  • Removes chunkification from write and reverts back to original non-chunk code.
  • Updates chunkification in read to work directly on buffer passed in

1.9.1 - Fix Chunks

22 Aug 18:07
b903c7e
Compare
Choose a tag to compare
  • Fix minor bug in chunkification.

1.9.0 Chunkify I2C

11 Aug 15:15
34f7392
Compare
Choose a tag to compare
  • Adds support for breaking I2C read/writes into chunks if data size exceeds BSP's Wire buffer

1.8.3 - Fixed busorder enum to deal with arc32

22 Jul 15:38
8ea6efe
Compare
Choose a tag to compare

1.8.2 - Added trinket/attiny8 support

06 Jul 17:21
0ba5761
Compare
Choose a tag to compare

1.8.1 Bump for library.properties

25 Jun 17:18
1bd7673
Compare
Choose a tag to compare
  • Version bump for library.properties

1.8.0 New SPI Register Type

25 Jun 16:35
40cc4e1
Compare
Choose a tag to compare
  • Adds new SPI register type ADDRESSED_OPCODE_BIT0_LOW_TO_WRITE for use with MCP23S08/17.