Skip to content

Releases: adafruit/Adafruit_BusIO

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.

1.7.5 - Added more APIs

09 Jun 17:37
4b4f880
Compare
Choose a tag to compare

Added functions:
void setWidth(uint8_t width);
void setAddress(uint16_t address);
void setAddressWidth(uint16_t adress_width);

1.7.3 - Added RP2040 support

08 Apr 20:22
13bd690
Compare
Choose a tag to compare

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