Skip to content

Releases: adafruit/Adafruit_BusIO

1.7.2 - Define the meaning of 'type' for BusIO Registers

22 Jan 02:52
a6c6568
Compare
Choose a tag to compare

1.7.1 - Released memory allocated in constructors

11 Dec 21:38
bb1ad73
Compare
Choose a tag to compare

1.7.0 - Multiple fixes

30 Nov 21:19
2d5e814
Compare
Choose a tag to compare

This release includes:

  • Make compatible with Heltec's CubeCell Arduino-core
  • Added an SPI transfer method for chips like the STM32 that don't have one built-in
  • Buffer arguments of I2CDevice write functions are changed to const so the arguments can't change the contents of the buffers

Thanks @WereCatf @howard-wa9axq and @mirzafahad for the excellent PRs

1.6.0 - Fixed support for megaTinyCore, added support for DxCore

27 Oct 20:33
bbb893f
Compare
Choose a tag to compare

1.5.0 - Allow library build with Spark/Particle

07 Sep 19:52
467580a
Compare
Choose a tag to compare

1.4.1 - Added support for more megaAVR targets

27 Jul 19:43
ff953cc
Compare
Choose a tag to compare

Fast software SPI

18 Jul 23:17
Compare
Choose a tag to compare

We now use 'fast io' when available on Arduino platforms to bitbang software SPI

1.3.3 - Added basic caching support for chips with write-only registers

30 Jun 19:31
d984ecd
Compare
Choose a tag to compare

1.3.2 - Redid #ifdefs

01 Jun 19:25
Compare
Choose a tag to compare

Add attiny support

30 May 23:19
Compare
Choose a tag to compare

now works with megaTinyCore