Go to file
DESKTOP\fahadmirza c85b682bf6 Buffer arguments of write functions are changed to const so that the functions cannot change the content of the buffer. Also, if the I2C device's register address are define using const rather than #define, the functions can accept those too. 2020-11-26 03:17:49 -06:00
.github add repository_dispatch event 2020-01-07 13:59:44 +07:00
examples SPI_register_bits example 2020-03-12 01:03:43 +01:00
Adafruit_BusIO_Register.cpp clang 2020-06-30 14:10:12 -04:00
Adafruit_BusIO_Register.h add some basic caching support for chips with write-only registers 2020-06-30 14:00:20 -04:00
Adafruit_I2CDevice.cpp Buffer arguments of write functions are changed to const so that the functions cannot change the content of the buffer. Also, if the I2C device's register address are define using const rather than #define, the functions can accept those too. 2020-11-26 03:17:49 -06:00
Adafruit_I2CDevice.h Buffer arguments of write functions are changed to const so that the functions cannot change the content of the buffer. Also, if the I2C device's register address are define using const rather than #define, the functions can accept those too. 2020-11-26 03:17:49 -06:00
Adafruit_I2CRegister.h backcompatibility 2019-05-18 02:34:39 -04:00
Adafruit_SPIDevice.cpp Use blocking DMA for SPI transfer 2020-08-24 09:32:20 -07:00
Adafruit_SPIDevice.h Update Adafruit_SPIDevice.h 2020-11-23 23:40:45 +02:00
LICENSE init 2019-03-07 13:49:19 -05:00
README.md fix badge 2020-02-23 19:53:34 -05:00
library.properties Bump to 1.6.0 2020-10-27 16:32:09 -04:00

README.md

Adafruit Bus IO Library Build Status

This is a helper libary 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