Skip to content

Releases: adafruit/Adafruit_BusIO

1.17.4

22 Sep 20:18
3b83642

Choose a tag to compare

What's Changed

  • add(rule): standardise .clang-format file (implicit rules explicitly set) by @tyeth in #147
  • update sw spi enum by @BlitzCityDIY in #148

New Contributors

Full Changelog: 1.17.3...1.17.4

1.17.3 Optionally compile without default Serial, and SPI BitBang Mode3

17 Sep 13:26
eb504d4

Choose a tag to compare

What's Changed

  • Spi bitbang mode3 by @ladyada in #146
  • If there are no global instances defined, don't provide default &Serial by @fionn-r in #112

New Contributors

Full Changelog: 1.17.2...1.17.3

1.17.2 Add end() for Generic Device

01 Jul 13:31
e75ac29

Choose a tag to compare

What's Changed

end() Marks the GenericDevice as no longer in use.
note: Since this is a GenericDevice, if you are using this with a Serial
object, this does NOT disable serial communication or release the RX/TX pins.
That must be done manually by calling Serial.end().

New Contributors

Full Changelog: 1.17.1...1.17.2

1.17.1 Add PORTDUINO support and fix CMakeLists for GenericDevice

29 Apr 13:45
a09a91d

Choose a tag to compare

What's Changed

  • Add PORTDUINO check to Adafruit_SPIDevice.h by @jp-bennett in #144
  • Update CMakeLists.txt to include "Adafruit_GenericDevice.cpp" by @mak0t0san in #140

New Contributors

Full Changelog: 1.17.0...1.17.1

1.17.0 UART Transport + Generic Device

14 Jan 18:13
055013b

Choose a tag to compare

What's Changed

  • Avoid fast pins IO on RTOS based boards by @facchinm in #136
  • For ESP-IDF builds use arduino-esp32 instead of arduino dependency by @johnboiles in #131
  • add generic device for non-standard transports by @ladyada in #137
  • refactor the whole thing to get rid of static-ness. also clang examples by @ladyada in #139

New Contributors

Full Changelog: 1.16.3...1.17.0

1.16.3 Fix debug print of HEX address

07 Jan 16:29
9eda3f4

Choose a tag to compare

  • Fix printing of hexadecimal I2C addresses with DEBUG_SERIAL in 14d379e

Full Changelog: 1.16.2...1.16.3

1.16.2 Giga I2C fix

29 Oct 21:58
ddf66b4

Choose a tag to compare

What's Changed

Full Changelog: 1.16.1...1.16.2

1.16.1 Fix SPIDevice compatibility for Silicon Labs boards

21 May 11:16
15fbda5

Choose a tag to compare

What's Changed

Full Changelog: 1.16.0...1.16.1

1.16.0 Support Arduino R4 boards

16 Apr 17:46
e1aa388

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15.0...1.16.0

1.15.0 Add compatibility with Silicon Labs Arduino boards

16 Jan 19:17
fc25cd4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.14.5...1.15.0