Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adafruit/Adafruit_IO_Arduino
Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
https://github.com/adafruit/Adafruit_IO_Arduino
adafruit-io arduino arduino-library
Last synced: about 2 months ago
JSON representation
Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
- Host: GitHub
- URL: https://github.com/adafruit/Adafruit_IO_Arduino
- Owner: adafruit
- License: other
- Created: 2015-06-03T22:02:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T20:03:28.000Z (10 months ago)
- Last Synced: 2024-11-05T03:11:45.458Z (2 months ago)
- Topics: adafruit-io, arduino, arduino-library
- Language: C++
- Homepage:
- Size: 887 KB
- Stars: 211
- Watchers: 27
- Forks: 107
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-adafruitio - Adafruit IO Arduino Library - An Arduino client for Adafruit IO. (Code)
README
# Adafruit IO Arduino Library
[![Build Status](https://github.com/adafruit/Adafruit_IO_Arduino/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_IO_Arduino/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](http://adafruit.github.io/Adafruit_IO_Arduino/html/index.html)
[![Discord](https://img.shields.io/discord/327254708534116352.svg)](https://adafru.it/discord)
![AIOArduino](https://cdn-learn.adafruit.com/assets/assets/000/057/496/original/adafruit_io_AIOA.png?1531335660)
This library provides a simple device independent interface for interacting with [Adafruit IO](https://io.adafruit.com) using Arduino. It allows you to switch between WiFi (ESP8266, ESP32, ESP32-S2, ESP32-S3, ESP32-C3, RP2040, Airlift, WINC1500, & WICED), Cellular (32u4 FONA), and Ethernet (Ethernet FeatherWing).
## Documentation
The Doxygen documentation is automatically generated from the source files
in this repository, and documents the API exposed by this library.- [API Documentation](https://adafruit.github.io/Adafruit_IO_Arduino/) (automatically generated via doxygen from source)
## License
This open source code is licensed under the MIT license (see [LICENSE](LICENSE)
for details).Adafruit invests time and resources providing this open source code, please
support Adafruit and open-source hardware by purchasing products from
[Adafruit](https://www.adafruit.com)!