Releases: adafruit/Adafruit_BusIO
Releases · adafruit/Adafruit_BusIO
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
1.14.5 Remove volatile variable compound assignments
- Updated code to avoid using compound assignments with volatile variables.
1.14.4 Add XMC MCU support
What's Changed
- By adding two macros all Infineons XMC MCUs are now able to use the l… by @OlafFilies in #119
- Remove offensive term in comments by @Wol in #120
New Contributors
- @OlafFilies made their first contribution in #119
- @Wol made their first contribution in #120
Full Changelog: 1.14.3...1.14.4
1.14.3
What's Changed
- Add explicit type casting to fix build error by @DeflateAwning in #117
New Contributors
- @DeflateAwning made their first contribution in #117
Full Changelog: 1.14.2...1.14.3
1.14.2 - Updated CI Actions versions
Update CI action versions