id
stringlengths
14
16
text
stringlengths
10
1.45k
source
stringlengths
46
118
517c8dd902b0-1
1.0.3 (latest) 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/adafruit-pct2075/index.html
5a37339f5ac0-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Liquidmenu LiquidMenu Display Menu creation Arduino library for LCDs, wraps LiquidCrystal. LiquidMenu wraps the Arduino's LiquidCrystal library with the ability to create menus. It simplifies the menu creation process by abstracting the elements of a menu into hierarchically organized classes. Author: Vasil Kalchev Maintainer: Vasil Kalchev Read the documentation Go to repository Compatibility This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards:
https://www.arduino.cc/reference/en/libraries/liquidmenu/index.html
5a37339f5ac0-1
should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.6.0 (latest) 1.5.1 1.4.0 1.3.0 1.2.0 1.1.6 1.1.5 1.1.4 1.0.2 1.0.1
https://www.arduino.cc/reference/en/libraries/liquidmenu/index.html
ec04c972d4fa-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Usbhid USBHID Communication USB HID / MIDI / mass storage library for STM32F1 Author: Various Maintainer: arpruss@gmail.com Read the documentation Compatibility This library is compatible with the STM32F1 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.63.0 (latest) 0.62.0 0.61.0 0.51.0 0.50.0
https://www.arduino.cc/reference/en/libraries/usbhid/index.html
ec04c972d4fa-1
0.61.0 0.51.0 0.50.0 0.40.0 0.35.0 0.34.0 0.31.0 0.30.0 0.24.0 0.23.0 0.21.0 0.20.0 0.1.0
https://www.arduino.cc/reference/en/libraries/usbhid/index.html
0778e6a8e001-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Dx timerinterrupt Dx_TimerInterrupt Device Control This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore
https://www.arduino.cc/reference/en/libraries/dx_timerinterrupt/index.html
0778e6a8e001-1
These AVRDx Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks Author: Khoi Hoang Maintainer: Khoi Hoang Read the documentation Compatibility This library is compatible with the megaavr architecture so you should be able to use it on the following Arduino boards: Arduino Nano Every
https://www.arduino.cc/reference/en/libraries/dx_timerinterrupt/index.html
0778e6a8e001-2
should be able to use it on the following Arduino boards: Arduino Nano Every Arduino Uno WiFi REV2 Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.3 (latest) 1.1.2 1.1.1 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/dx_timerinterrupt/index.html
10d318c293fd-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Asyncliquidcrystal AsyncLiquidCrystal Display Allows communication with alphanumerical liquid crystal displays (LCDs), in a non-blocking way.
https://www.arduino.cc/reference/en/libraries/asyncliquidcrystal/index.html
10d318c293fd-1
Version of Arduino's LiquidCrystal with an internal queue, suitable for writing stuff asynchronously. This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines). Author: Paulo Costa, Arduino, Adafruit Maintainer: Arduino Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1
https://www.arduino.cc/reference/en/libraries/asyncliquidcrystal/index.html
10d318c293fd-2
the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/asyncliquidcrystal/index.html
98deb031af6e-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Matrix laser sensor Matrix Laser Sensor Device Control a laser rangefinder. Support 21~1999mm distance detection at 50Hz sample rate, scale down to 1mm. Author: KKITC Maintainer: Matrix Robotics & KKITC Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/matrix-laser-sensor/index.html
98deb031af6e-1
the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/matrix-laser-sensor/index.html
a23b68e5ea2a-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Millistimer MillisTimer Timing A timer library for working with millis(). This is a Wiring Framework (Arduino) library to provide an easy way to have a recurring actions. You can make multiple instances of the MillisTimer object, to create multiple actions. Issues or questions: https://github.com/bhagman/MillisTimer/issues Author: Brett Hagman Maintainer: Brett Hagman Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino
https://www.arduino.cc/reference/en/libraries/millistimer/index.html
a23b68e5ea2a-1
it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/millistimer/index.html
9d456c04cb57-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Tween Tween Data Processing Tween library for Arduino with Robert Penners easing functions Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage. Author: hideakitai Maintainer: hideakitai Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/tween/index.html
9d456c04cb57-1
the Arduino IDE and install it from there. 0.3.9 (latest) 0.3.8 0.3.7 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.0 0.1.13 0.1.12 0.1.11 0.1.10 0.1.9 0.1.8 0.1.7 0.1.6 0.1.5 0.1.4 0.1.3 0.1.2 0.1.0
https://www.arduino.cc/reference/en/libraries/tween/index.html
283df9825432-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Ad524x AD524X Signal Input/Output Arduino Library for AD524X Library to control digital potentiometer AD5241 AD5242 Author: Rob Tillaart Maintainer: Rob Tillaart Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.4.1
https://www.arduino.cc/reference/en/libraries/ad524x/index.html
283df9825432-1
the Arduino IDE and install it from there. 0.4.1 (latest) 0.4.0 0.3.6 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.2 0.2.1 0.2.0
https://www.arduino.cc/reference/en/libraries/ad524x/index.html
6c8af071d335-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Softtimers SoftTimers Timing The SoftTimers arduino library is a collection of software timers. The library aims at greatly simplifying multitask complexity. It allows one to properly time multiple events and know when each "timer" expires meaning that an action is required. SoftTimers can also be used to compute the elapsed time since an event occured. Author: Antoine Beauchamp Maintainer: Antoine Beauchamp Read the documentation Compatibility This library is compatible with all architectures so you should be able to use
https://www.arduino.cc/reference/en/libraries/softtimers/index.html
6c8af071d335-1
Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.0.2 (latest) 2.0.0 1.3.0
https://www.arduino.cc/reference/en/libraries/softtimers/index.html
d74d3e6c3ce3-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > List List Data Storage The Ultimate Collection of Lists This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes. Author: Niklas Kaaf Maintainer: Niklas Kaaf Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.1.4 (latest)
https://www.arduino.cc/reference/en/libraries/list/index.html
d74d3e6c3ce3-1
2.1.4 (latest) 2.1.3 2.1.2 2.1.1 2.1.0 2.0.0 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/list/index.html
7c28571a6041-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Troyka imu Troyka-IMU Sensors Arduino library for Amperka IMU-sensor. Allows you to read the accelerometer, magnetometer, gyroscope and barometer values from the Amperka IMU 10-DOF Sensor. Author: Igor Dementiev Maintainer: Amperka Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in
https://www.arduino.cc/reference/en/libraries/troyka-imu/index.html
7c28571a6041-1
boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/troyka-imu/index.html
837c076ead0d-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Espsavecrash EspSaveCrash Other Automatically saves exception details and stack trace to flash in case of ESP8266 crash. EspSaveCrash is a handy little library that will keep catching and saving crash information to ESP8266 flash in case it fails due to exception or software WDT. For more details please visit https://github.com/krzychb/ESPSaveCrash Author: Krzysztof Budzynski Maintainer: Krzysztof Budzynski Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/espsavecrash/index.html
837c076ead0d-1
Maintainer: Krzysztof Budzynski Read the documentation Compatibility This library is compatible with the esp8266 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.3.0 (latest) 1.2.0 1.1.0 1.0.2 1.0.0
https://www.arduino.cc/reference/en/libraries/espsavecrash/index.html
e3660c12a2d7-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > M5unit acssr M5Unit-ACSSR Device Control Library for M5Stack UNIT ACSSR See more on https://docs.m5stack.com/en/unit/acssr Author: M5Stack Maintainer: M5Stack Read the documentation Compatibility This library is compatible with the esp32 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.0.2 (latest)
https://www.arduino.cc/reference/en/libraries/m5unit-acssr/index.html
32a67365bb21-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Sparkfun ccs811 arduino library SparkFun CCS811 Arduino Library Sensors An Arduino library to drive the AMS CCS811 by I2C. The CCS811 Air Quality Breakout is a digital gas sensor solution that senses a wide range of Total Volatile Organic Compounds (TVOCs), including equivalent carbon dioxide (eCO2) and metal oxide (MOX) levels. It is intended for indoor air quality monitoring in personal devices such as watches and phones, but we’ve put it on a breakout board so you can use it as a regular I2C device.
https://www.arduino.cc/reference/en/libraries/sparkfun-ccs811-arduino-library/index.html
32a67365bb21-1
Author: SparkFun Electronics Maintainer: SparkFun Electronics Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.0.3 (latest) 2.0.2 2.0.1 2.0.0 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3
https://www.arduino.cc/reference/en/libraries/sparkfun-ccs811-arduino-library/index.html
87afb711edcb-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Bithelpers bitHelpers Sensors Arduino library with functions on bit level bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded Author: Rob Tillaart Maintainer: Rob Tillaart Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the
https://www.arduino.cc/reference/en/libraries/bithelpers/index.html
87afb711edcb-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.1.10 (latest) 0.1.9 0.1.8 0.1.7 0.1.6 0.1.5 0.1.4 0.1.3 0.1.1 0.1.0
https://www.arduino.cc/reference/en/libraries/bithelpers/index.html
675c611a29b5-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Uuid UUID Signal Input/Output Arduino library for generating UUID's. (experimental). GUID Author: Rob Tillaart Maintainer: Rob Tillaart Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.1.5 (latest) 0.1.4
https://www.arduino.cc/reference/en/libraries/uuid/index.html
675c611a29b5-1
0.1.5 (latest) 0.1.4 0.1.3 0.1.2 0.1.1 0.1.0
https://www.arduino.cc/reference/en/libraries/uuid/index.html
c4f562a64986-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Gyroturn gyroturn Uncategorized Gyro Turn Interface for Arduino simple and useful tool Author: Gal Arbel gal.arbel8@gmail.com Maintainer: Gal Arbel gal.arbel8@gmail.com Read the documentation Go to repository Compatibility This library is compatible with the Arduino architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.5.1 (latest) 1.4.4
https://www.arduino.cc/reference/en/libraries/gyroturn/index.html
c4f562a64986-1
1.5.1 (latest) 1.4.4 1.4.2 1.4.1 1.3.3 1.3.1 1.2.1 1.0.4
https://www.arduino.cc/reference/en/libraries/gyroturn/index.html
db961b2b8ace-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Lighteffect LightEffect Device Control This library allows you to easily create light animations from an Arduino board or an ATtiny microcontroller (traffic lights, chaser, shopkeeper sign, etc.) The LEDs can be connected to the digital outputs by their anode or else by their cathode, but all LEDs must be connected in the same way. In addition, the digital outputs used must follow each other in ascending order of their numbering. Author: Christian Bezanger - Locoduino Maintainer: Christian Bezanger - Locoduino Read the documentation
https://www.arduino.cc/reference/en/libraries/lighteffect/index.html
db961b2b8ace-1
Maintainer: Christian Bezanger - Locoduino Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/lighteffect/index.html
654d2fa5d764-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Msmplotter MSMPLOTTER Data Processing A library that can plot on Serial Monitor. Author: MAINAK MONDAL Maintainer: MAINAK MONDAL Read the documentation Compatibility This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note Note: while the library is supposed to compile correctly on these architectures,
https://www.arduino.cc/reference/en/libraries/msmplotter/index.html
654d2fa5d764-1
Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/msmplotter/index.html
540187b64b42-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Asyncudp esp32 sc w5500 AsyncUDP_ESP32_SC_W5500 Communication Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W5500 Ethernet The library is easy to use and includes support for Unicast, Broadcast and Multicast environments. Author: Hristo Gochkov,Khoi Hoang Maintainer: Khoi Hoang Read the documentation Compatibility This library is compatible with the esp32 architecture. Releases
https://www.arduino.cc/reference/en/libraries/asyncudp_esp32_sc_w5500/index.html
540187b64b42-1
Compatibility This library is compatible with the esp32 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.1.0 (latest) 2.0.0
https://www.arduino.cc/reference/en/libraries/asyncudp_esp32_sc_w5500/index.html
37eb7d5540e9-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Circios roboter steuerung Circios Roboter-Steuerung Device Control Arduino-Bibliothek zum Ansteuern des "Circios" Schulroboters Angelehnt an den JavaHamster für einfaches Einführen von Robotern in der Schule, jedoch mit Möglichkeiten zum Erweitern und Basteln! Author: David Bailey, Felix Diekmann, Marc Richter Maintainer: David Bailey Read the documentation Go to repository Compatibility This library is compatible with the avr
https://www.arduino.cc/reference/en/libraries/circios-roboter-steuerung/index.html
37eb7d5540e9-1
Read the documentation Go to repository Compatibility This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/circios-roboter-steuerung/index.html
dc183b37f29e-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > S.port sensor library for frsky S.Port sensor library for FrSky Uncategorized an Arduino Library to create FrSky S.Port sensors This library has been tested on Arduino Mini, Nano, ATTiny85, ESP8266, ESP32 and similar board Author: Herman Kruisman (herman@ccme.nl) Maintainer: Herman Kruisman (herman@ccme.nl) Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
https://www.arduino.cc/reference/en/libraries/s.port-sensor-library-for-frsky/index.html
dc183b37f29e-1
it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.3 (latest) 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/s.port-sensor-library-for-frsky/index.html
62873d720f8b-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Hamshield HamShield Device Control A library for use with HamShield by Enhanced Radio Devices. Author: Morgan Redfield Maintainer: Morgan Redfield Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.4 (latest) 1.1.3 1.1.2
https://www.arduino.cc/reference/en/libraries/hamshield/index.html
62873d720f8b-1
(latest) 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2
https://www.arduino.cc/reference/en/libraries/hamshield/index.html
946f131f1dd4-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Adafruit htu21df library Adafruit HTU21DF Library Sensors Arduino library for the HTU21D-F sensors in the Adafruit shop Author: Adafruit Maintainer: Adafruit Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.0 (latest) 1.0.5
https://www.arduino.cc/reference/en/libraries/adafruit-htu21df-library/index.html
946f131f1dd4-1
1.1.0 (latest) 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/adafruit-htu21df-library/index.html
199293a507a5-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Talking display Talking_Display Other A library to output date, time and sensor values as speech. The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card. Author: Gerald Lechner Maintainer: Gerald Lechner Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/talking_display/index.html
199293a507a5-1
Maintainer: Gerald Lechner Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.4.0 (latest) 1.3.0 1.2.0 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/talking_display/index.html
69e253cb9541-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Serialrfid SerialRFID Sensors Arduino library to read RFID tags from ID-innovations RFID readers (e.g. ID-12LA) using serial. Designed to be used with RFID readers connected to the SparkFun RFID USB Reader. Author: Andres Garcia Mangas Maintainer: Andres Garcia Mangas Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the
https://www.arduino.cc/reference/en/libraries/serialrfid/index.html
69e253cb9541-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.2.0 (latest) 0.1.0
https://www.arduino.cc/reference/en/libraries/serialrfid/index.html
76f42836cf3e-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Asyncelegantota AsyncElegantOTA Communication Perform OTAs for ESP8266 & ESP32 Asynchronously. A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32. Author: Ayush Sharma Maintainer: Ayush Sharma Read the documentation Compatibility This library is compatible with the esp8266, esp32 architectures. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/asyncelegantota/index.html
76f42836cf3e-1
the Arduino IDE and install it from there. 2.2.7 (latest) 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 2.2.1 2.2.0 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.0
https://www.arduino.cc/reference/en/libraries/asyncelegantota/index.html
2ed7bc6f8cce-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Liblcc LibLCC Communication A library for interfacing with LCC(Layout Command Control) Author: Robert Middleton Maintainer: Robert Middleton Read the documentation Compatibility This library is compatible with the architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.1.0 (latest)
https://www.arduino.cc/reference/en/libraries/liblcc/index.html
b91f9966a0d3-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Am2320 asukiaaa AM2320_asukiaaa Sensors It controls AM2320 or CM2320 It can get temperature and humidity from AM2320 via I2C connection. Author: Asuki Kono Maintainer: Asuki Kono Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the
https://www.arduino.cc/reference/en/libraries/am2320_asukiaaa/index.html
b91f9966a0d3-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.4 (latest) 1.1.3 1.1.2 1.1.1 1.1.0 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/am2320_asukiaaa/index.html
2e94ec8367d4-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Sercomspislave SercomSPISlave Communication Sercom SPI slave library for ATSAMD21 boards such as Arduino Zero, Arduino MKR Zero and Adafruit Feather M0. This library supports setting up an SPI slave on an ATSAMD21 board. Any Sercom pin on an ATSAMD21 board that can be used to set up an SPI slave is supported by this library. Author: lenvm Maintainer: lenvm Read the documentation Compatibility This library is compatible with the samd architecture so you
https://www.arduino.cc/reference/en/libraries/sercomspislave/index.html
2e94ec8367d4-1
Read the documentation Compatibility This library is compatible with the samd architecture so you should be able to use it on the following Arduino boards: Arduino MKR FOX 1200 Arduino MKR GSM 1400 Arduino MKR NB 1500 Arduino MKR VIDOR 4000 Arduino MKR WAN 1300 (LoRa connectivity) Arduino MKR WAN 1310 Arduino MKR WiFi 1010 Arduino MKR ZERO (I2S bus & SD for sound, music & digital audio data) Arduino MKR1000 WIFI Arduino Nano 33 IoT Arduino Zero Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there.
https://www.arduino.cc/reference/en/libraries/sercomspislave/index.html
2e94ec8367d4-2
the Arduino IDE and install it from there. 0.2.0 (latest) 0.1.0
https://www.arduino.cc/reference/en/libraries/sercomspislave/index.html
80534ae5ddfd-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Yamlduino YAMLDuino Data Processing A simple and efficient YAML library for embedded C++ ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion Author: tobozo Maintainer: tobozo Read the documentation Compatibility This library is compatible with the esp32, esp8266, samd, rp2040, mbed_rp2040, mbed_nano, avr architectures so you should be able to use it on the
https://www.arduino.cc/reference/en/libraries/yamlduino/index.html
80534ae5ddfd-1
architectures so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino MKR FOX 1200 Arduino MKR GSM 1400 Arduino MKR NB 1500 Arduino MKR VIDOR 4000 Arduino MKR WAN 1300 (LoRa connectivity) Arduino MKR WAN 1310 Arduino MKR WiFi 1010 Arduino MKR ZERO (I2S bus & SD for sound, music & digital audio data) Arduino MKR1000 WIFI Arduino Nano Arduino Nano 33 BLE Arduino Nano 33 IoT Arduino Uno Arduino Yún Arduino Zero Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the
https://www.arduino.cc/reference/en/libraries/yamlduino/index.html
80534ae5ddfd-2
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.4.0 (latest) 1.3.0 1.2.9 1.2.8 1.2.7 1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0
https://www.arduino.cc/reference/en/libraries/yamlduino/index.html
27b173ad2197-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Restclient RESTClient Communication Enables sending REST messages using Arduino Ethernet. For all boards. With this library you can use Arduino Ethernet (shield or board) to send your sensor data via HTTP query args as Internet Of Things (IOT) messages. The library provides 'REST' Client functionality. This library uses the Ethernet library to connect to local networks and/or the Internet with DHCP and DNS. Author: Robert Cuthbertson Maintainer: Robbie Read the documentation Go to repository Compatibility
https://www.arduino.cc/reference/en/libraries/restclient/index.html
27b173ad2197-1
Maintainer: Robbie Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/restclient/index.html
c4803568beb1-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Porcupine vn Porcupine_VN Data Processing Porcupine for Vietnamese language. Porcupine is a highly-accurate and lightweight wake word engine. Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs. Author: Picovoice Inc. Maintainer: Picovoice Inc. hello@picovoice.ai
https://www.arduino.cc/reference/en/libraries/porcupine_vn/index.html
c4803568beb1-1
Maintainer: Picovoice Inc. hello@picovoice.ai Read the documentation Go to repository Compatibility This library is compatible with the mbed_nano, mbed_portenta, stm32 architectures so you should be able to use it on the following Arduino boards: Arduino Nano 33 BLE Portenta H7 Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.2.1 (latest) 2.2.0
https://www.arduino.cc/reference/en/libraries/porcupine_vn/index.html
7c951e840661-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Esp32 imgur uploader ESP32-imgur-uploader Uncategorized imgur.com Image/Video uploader Publish an image or video to imgur.com using their v3 API. Author: tobozo Maintainer: tobozo@noreply.github.com Read the documentation Go to repository Compatibility This library is compatible with the esp32 architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.3
https://www.arduino.cc/reference/en/libraries/esp32-imgur-uploader/index.html
7c951e840661-1
the Arduino IDE and install it from there. 1.0.3 (latest) 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/esp32-imgur-uploader/index.html
e6f4795694b1-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Kojay Kojay Sensors Kojay library. Library for Chloe and Jaycie. Author: YH-Choi-001 Maintainer: YH Choi Read the documentation Go to repository Compatibility This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note Note: while the library is supposed to compile correctly on these architectures,
https://www.arduino.cc/reference/en/libraries/kojay/index.html
e6f4795694b1-1
Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.4 (latest) 1.0.3 1.0.2 1.0.0 0.0.9 0.0.7 0.0.6 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1
https://www.arduino.cc/reference/en/libraries/kojay/index.html
a7178e26e262-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Transform Transform Data Processing A library for implementing all integer signal transofrms. With this library you can transform a signal domain from time to frequency. Author: Lucio Rossi Maintainer: Lucio Rossi Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.1.0 (latest)
https://www.arduino.cc/reference/en/libraries/transform/index.html
a7178e26e262-1
0.1.0 (latest)
https://www.arduino.cc/reference/en/libraries/transform/index.html
1baf690de562-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Octopuslab library OctopusLab-Library Other Library for octopuslab modules that make easier work with pins. Arduino library for @octopusengine that make easier work with pins on their boards. Author: Tomas Roj; OctopusEngine; Maintainer: Tomas Roj, rojtomas@email.cz Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the
https://www.arduino.cc/reference/en/libraries/octopuslab-library/index.html
1baf690de562-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.1.0 (latest)
https://www.arduino.cc/reference/en/libraries/octopuslab-library/index.html
59c7ef5f59eb-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Cwlibrary CWLibrary Communication Library to send CW message with your custom function and device. This Arduino library use callback to call user program function for send CW message, automatically calculates the transmission speed according to the indicated WPM. Author: Roberto D'Amico Maintainer: Roberto D'Amico Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the
https://www.arduino.cc/reference/en/libraries/cwlibrary/index.html
59c7ef5f59eb-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/cwlibrary/index.html
623ce7148617-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Mcufriend kbv MCUFRIEND_kbv Display TFT Library for 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend UNO Shields TFT Library for 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend UNO Shields. Must have /RD pin to be readable. Author: David Prentice Maintainer: David Prentice Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/mcufriend_kbv/index.html
623ce7148617-1
Maintainer: David Prentice Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 3.0.0-Release (latest) 2.9.9-Release 2.9.8 2.9.7 2.9.6 2.9.5 2.9.4 2.9.3 2.9.3-beta 2.9.2-beta 2.9.1
https://www.arduino.cc/reference/en/libraries/mcufriend_kbv/index.html
a18c978b77bb-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Basicmpu6050 basicMPU6050 Device Control lightweight library for the MPU6050. library to configure and retrieve the raw sensor outputs of the MPU6050. It includes simples routines to calibrate the gyro. Author: RCmags Maintainer: RCmags Read the documentation Go to repository Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the
https://www.arduino.cc/reference/en/libraries/basicmpu6050/index.html
a18c978b77bb-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.3.0 (latest) 0.2.0 0.1.0
https://www.arduino.cc/reference/en/libraries/basicmpu6050/index.html
93372dc44eee-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Adafruit motor shield v2 library Adafruit Motor Shield V2 Library Device Control Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors & stepper motors with microstepping as well as stacking-support. Author: Adafruit Maintainer: Adafruit Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.1
https://www.arduino.cc/reference/en/libraries/adafruit-motor-shield-v2-library/index.html
93372dc44eee-1
the Arduino IDE and install it from there. 1.1.1 (latest) 1.1.0 1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/adafruit-motor-shield-v2-library/index.html
eb85ca8b3df5-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Bts7960 motordriver BTS7960_Motordriver Device Control A library that helps control a brushed DC motor using BTS7960 motor driver easy. Supports enable, disable, front and back functions. Author: Yash Herekar Maintainer: Yash Herekar Read the documentation Compatibility This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards: Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno
https://www.arduino.cc/reference/en/libraries/bts7960_motordriver/index.html
eb85ca8b3df5-1
Arduino Micro Arduino Leonardo Arduino Mega Arduino Nano Arduino Uno Arduino Yún Compatibility Note Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/bts7960_motordriver/index.html
7fd31553bdc9-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Cbusbuzzer CBUSBUZZER Communication Arduino library for MERG CBUS buzzer processing Implements control of buzzer Author: Duncan Greenwood Maintainer: Duncan Greenwood Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.1.4 (latest)
https://www.arduino.cc/reference/en/libraries/cbusbuzzer/index.html
7fd31553bdc9-1
1.1.4 (latest) 1.1.3
https://www.arduino.cc/reference/en/libraries/cbusbuzzer/index.html
179e5d0a5ad2-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Maerklinmotorola MaerklinMotorola Communication Decoding the signals from the Märklin-Motorola-protocol. Support MM and MM2 protocols Author: Laserlicht Maintainer: Laserlicht Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.2.3 (latest)
https://www.arduino.cc/reference/en/libraries/maerklinmotorola/index.html
179e5d0a5ad2-1
0.2.3 (latest) 0.2.2 0.2.0 0.1.0
https://www.arduino.cc/reference/en/libraries/maerklinmotorola/index.html
5aa67091454f-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Interpolationlib InterpolationLib Other Arduino library that provides interpolation methods step, linear, smooth, catmull spline and constrained spline. Author: Luis Llamas Maintainer: Luis Llamas Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/interpolationlib/index.html
42a1c6bc7913-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Canairio air quality sensors library CanAirIO Air Quality Sensors Library Uncategorized Air quality particle meter and CO2 sensors manager for multiple models. Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project. Author: @hpsaturn, CanAirIO project Maintainer: Antonio Vanegas
https://www.arduino.cc/reference/en/libraries/canairio-air-quality-sensors-library/index.html
42a1c6bc7913-1
Maintainer: Antonio Vanegas Read the documentation Compatibility This library is compatible with the architecture. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 0.6.8 (latest) 0.6.7 0.6.6 0.6.4 0.6.3 0.6.1 0.6.0 0.5.8 0.5.7 0.5.6 0.5.5 0.5.4 0.5.3 0.5.2 0.5.1 0.5.0 0.4.3 0.4.2 0.4.1 0.4.0 0.3.9 0.3.8 0.2.9
https://www.arduino.cc/reference/en/libraries/canairio-air-quality-sensors-library/index.html
42a1c6bc7913-2
0.3.9 0.3.8 0.2.9 0.2.8 0.2.7 0.2.5 0.2.3 0.2.2 0.2.1 0.2.0 0.1.8 0.1.5 0.1.4 0.1.3 0.1.2
https://www.arduino.cc/reference/en/libraries/canairio-air-quality-sensors-library/index.html
8788069e31fb-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Flexiplot arduino library FlexiPlot Arduino Library Other Arduino library for FlexiPlot. Arduino library for FlexiPlot, for all your plotting and charting needs. Author: Raivis Strogonovs (https://morf.lv) Maintainer: Raivis Strogonovs Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in
https://www.arduino.cc/reference/en/libraries/flexiplot-arduino-library/index.html
8788069e31fb-1
boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.2.2 (latest) 1.2.1 1.2.0 1.1.0 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/flexiplot-arduino-library/index.html
fe2748322835-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Regression Regression Data Processing Easy-to-use Statistical Regressions. This library extends the Arduino ecosystem with the functionality of several easy-to-use statistical regressions. Author: Niklas Kaaf Maintainer: Niklas Kaaf Read the documentation Compatibility This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1
https://www.arduino.cc/reference/en/libraries/regression/index.html
fe2748322835-1
the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/regression/index.html
5f456694c4b9-0
Language functions variables structure Libraries IoT Cloud API Glossary Find anything that can be improved? Suggest corrections and new documentation via GitHub. Doubts on how to use Github? Learn everything you need to know in this tutorial. Reference > Libraries > Ggwave ggwave Communication Tiny data-over-sound library This library allows you to transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Pair devices via audio QR codes.Use the free Waver application to easily send and receive data from your microcontroller: Web | Android | iOSWatch a short video demonstration of ggwave Author: @ggerganov Maintainer: @ggerganov Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/ggwave/index.html