Go to file
Limor "Ladyada" Fried edd38996a1
Merge pull request #76 from monroewilliams/master
Faster hardware SPI writes on ESP32
2022-01-12 13:47:24 -05:00
.github add feather32u4 to ci build 2021-11-26 10:01:51 +07:00
examples Fixed small spelling mistakes. 2021-12-10 10:12:37 +01:00
Adafruit_BusIO_Register.cpp clang 2021-07-01 11:40:28 -04:00
Adafruit_BusIO_Register.h Merge pull request #73 from slaff/fix/spelling 2021-12-10 08:38:25 -08:00
Adafruit_I2CDevice.cpp temporarily skip end() for esp32 arch 2021-11-26 13:28:12 +07:00
Adafruit_I2CDevice.h add end() to de-init i2c peripheral 2021-11-24 14:10:05 +07:00
Adafruit_I2CRegister.h ckag 2021-11-20 01:09:02 -05:00
Adafruit_SPIDevice.cpp In the Adafruit_SPIDevice class, when running on ESP32 in the hardware SPI case, use the SPIClass::transferBytes() method when writing instead of looping over individual bytes. 2022-01-12 00:33:47 -08:00
Adafruit_SPIDevice.h added write_and_read() 2021-12-31 11:32:36 +01:00
LICENSE init 2019-03-07 13:49:19 -05:00
README.md Fixed small spelling mistakes. 2021-12-10 10:12:37 +01:00
library.properties Bump to 1.10.0 2022-01-03 16:44:03 -05:00

README.md

Adafruit Bus IO Library Build Status

This is a helper library to abstract away I2C & SPI transactions and registers

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

MIT license, all text above must be included in any redistribution