No description
Find a file
Limor "Ladyada" Fried e75ac29ca6
Merge pull request #145 from brentru/add-genericdevice-end
Add end() for GenericDevice
2025-06-28 19:34:03 -04:00
.github Update CI action versions 2023-05-12 11:23:57 -04:00
examples refactor the whole thing to get rid of static-ness. also clang examples 2025-01-08 15:03:00 -05:00
Adafruit_BusIO_Register.cpp doxyclanged! 2025-01-08 09:29:49 -05:00
Adafruit_BusIO_Register.h clang 2025-01-07 22:08:13 -05:00
Adafruit_GenericDevice.cpp Add - end() for GenericDevice 2025-06-18 16:01:02 -04:00
Adafruit_GenericDevice.h Add - end() for GenericDevice 2025-06-18 16:01:02 -04:00
Adafruit_I2CDevice.cpp reclang 2025-01-08 15:05:13 -05:00
Adafruit_I2CDevice.h use the typesafe replacement nullptr instead of NULL (since C++11) 2022-04-17 15:03:17 +02:00
Adafruit_I2CRegister.h ckag 2021-11-20 01:09:02 -05:00
Adafruit_SPIDevice.cpp reclang 2025-01-08 15:05:13 -05:00
Adafruit_SPIDevice.h fix for clang-format in Adafruit_SPIDevice.h 2025-04-26 09:47:42 -05:00
CMakeLists.txt Update CMakeLists.txt 2025-01-31 22:43:45 -05:00
component.mk Enable Adafruit_BusIO as ESP-IDF component support 2022-01-16 01:27:10 +01:00
library.properties Add - end() for GenericDevice 2025-06-18 16:01:02 -04:00
LICENSE init 2019-03-07 13:49:19 -05:00
README.md bump 2025-01-08 09:31:54 -05:00

Adafruit Bus IO Library Build Status

This is a helper library to abstract away I2C, SPI, and 'generic transport' (e.g. UART) 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