Releases: adafruit/Adafruit_BusIO
Releases · adafruit/Adafruit_BusIO
1.17.4
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
- @tyeth made their first contribution in #147
- @BlitzCityDIY made their first contribution in #148
Full Changelog: 1.17.3...1.17.4
1.17.3 Optionally compile without default Serial, and SPI BitBang Mode3
1.17.2 Add end() for Generic Device
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
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
- @jp-bennett made their first contribution in #144
- @mak0t0san made their first contribution in #140
Full Changelog: 1.17.0...1.17.1
1.17.0 UART Transport + Generic Device
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
- @facchinm made their first contribution in #136
- @johnboiles made their first contribution in #131
Full Changelog: 1.16.3...1.17.0
1.16.3 Fix debug print of HEX address
- 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
1.16.1 Fix SPIDevice compatibility for Silicon Labs boards
What's Changed
- Fix compatibility with Silicon Labs boards by @silabs-bozont in #129
Full Changelog: 1.16.0...1.16.1
1.16.0 Support Arduino R4 boards
1.15.0 Add compatibility with Silicon Labs Arduino boards
What's Changed
- Add compatibility with Silicon Labs Arduino boards by @silabs-bozont in #124
New Contributors
- @silabs-bozont made their first contribution in #124
Full Changelog: 1.14.5...1.15.0