id
stringlengths
14
16
text
stringlengths
10
1.45k
source
stringlengths
46
118
a40885574b0a-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 > Framebuffer gfx Framebuffer GFX Display Adafruit_GFX and FastLED compatible Framebuffer library This is a base class required by many libraries like FastLED_NeoMatrix. Author: Marc Merlin Maintainer: Marc MERLIN 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
https://www.arduino.cc/reference/en/libraries/framebuffer-gfx/index.html
a40885574b0a-1
the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/framebuffer-gfx/index.html
d59f904acedd-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 > Coordinates Coordinates Data Processing Allow easy and reliable conversion between cartesian and polar coordinate system. This library provides a class to convert easily cartesian to polar or polar to cartesian coordinates. It uses floating point math to do so with quadrant checking to always give the best approximation. Author: Sebastien DUMETZ Maintainer: Sebastien DUMETZ 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
https://www.arduino.cc/reference/en/libraries/coordinates/index.html
d59f904acedd-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/coordinates/index.html
bf5b5765f245-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 > Kiddeeexpress KiddeeExpress Device Control An enhanced version of the already enhanced FirmataExpress version 1.2 KiddeeExpress provides added support for PMS5003 air quality sensors, 16x2 i2c LCD screens, 128x64 OLED screens, and IR reading and writing using the NEC protocol. Author: Kiddee Lab Maintainer: https://github.com/xavjb/ 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/kiddeeexpress/index.html
bf5b5765f245-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.4.0 (latest)
https://www.arduino.cc/reference/en/libraries/kiddeeexpress/index.html
d7cd2f297586-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 > Timersoneforall TimersOneForAll Timing Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器
https://www.arduino.cc/reference/en/libraries/timersoneforall/index.html
d7cd2f297586-1
(Uno & Mega 2560) *You must enable C++17 for your IDE. Open "%LOCALAPPDATA%\Arduino15\packages\arduino\hardware\avr\1.8.3\platform.txt" and change the argument "-std=gnu++11" to -std=gnu++17.* Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. *您必须为您的 IDE 启用
https://www.arduino.cc/reference/en/libraries/timersoneforall/index.html
d7cd2f297586-2
timing for less than 1 minute. *您必须为您的 IDE 启用 C++17。打开“%LOCALAPPDATA%\Arduino15\packages\arduino\hardware\avr\1.8.3\platform.txt”并将参数“-std=gnu++11”更改为-std=gnu++17。* 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。
https://www.arduino.cc/reference/en/libraries/timersoneforall/index.html
d7cd2f297586-3
Author: EbolaChan Maintainer: EbolaChan 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, 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.0.0 (latest) 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.0 1.2.0 1.1.1
https://www.arduino.cc/reference/en/libraries/timersoneforall/index.html
d7cd2f297586-4
1.3.0 1.2.0 1.1.1 1.0.0
https://www.arduino.cc/reference/en/libraries/timersoneforall/index.html
b964e57c3913-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 > Xpt2046 calibrated XPT2046_Calibrated Display XPT2046_Touchscreen-based library with 3-point calibration Based on Paul Stoffregen's XPT2046_Touchscreen library. Adds 3-point calibration support based on a paper by Fang & Chang (Texas Instruments): http://www.ti.com/lit/an/slyt277/slyt277.pdf. See examples for usage. Author: ardnew Maintainer: ardnew Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/xpt2046_calibrated/index.html
b964e57c3913-1
Author: ardnew Maintainer: ardnew 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 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/xpt2046_calibrated/index.html
af52213470f1-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 > Microbeaut MicroBeaut Timing MicroBeaut Standard Library for Arduino. Applying MicroBeaut to your program will make it easier to manage your Multitasking Programming. Author: Montree Hamarn Maintainer: Montree Hamarn 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/microbeaut/index.html
af52213470f1-1
the Arduino IDE and install it from there. 2.0.0 (latest) 1.1.2 1.1.1 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/microbeaut/index.html
62572f881a77-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 > Tinynunchuk TinyNunchuk Device Control This is a library for an ATTiny85 to use a Wii Nunchuk. The Wii Nunchuk is a controller with a joystick, accelerometer, and two buttons. It communicates over I2C at 3.3V using either Wire, TinyWireM, or tiny-i2c. Author: Stephen Denne Maintainer: Stephen Denne 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/tinynunchuk/index.html
62572f881a77-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/tinynunchuk/index.html
d4b1203a5312-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 > Lispio LispIO Device Control new lightweight IO function provide some useful function make it easy to control io Author: Lisper.li Maintainer: Lisper 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.0.1 (latest)
https://www.arduino.cc/reference/en/libraries/lispio/index.html
331870a98fda-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 > Grove serial mp3 player v2.0 Grove Serial MP3 Player V2.0 Uncategorized Arduino library to control Grove Serial MP3 Player V2.0. Author: Seeed Studio Maintainer: Seeed Studio 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/grove-serial-mp3-player-v2.0/index.html
519b427d1e1b-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 > Erm19264 uc1609 ERM19264_UC1609 Display Library to Support the ERM19264 LCD driven by the UC1609C controller Features include: 8 fonts. Multi-screen shared buffer mode. Text, bitmaps and graphics. Hardware and software SPI. Invert, rotate, sleep, contrast & bias control. Tested on UNO, ESP-X and STM32 "blue pill". Author: Gavin Lyons Maintainer: Gavin Lyons Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/erm19264_uc1609/index.html
519b427d1e1b-1
Author: Gavin Lyons Maintainer: Gavin Lyons 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.6.0 (latest) 1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/erm19264_uc1609/index.html
7324b18e07e5-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 > Ledrgb565 LedRGB565 Uncategorized A Led RGB 565 library This library use control LED RGB Luxeon 1W follow format RGB565 Author: QuangDai Maintainer: Quangdai 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. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/ledrgb565/index.html
b0aeef72d6d1-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 > Libaprs tracker LibAPRS_Tracker Communication A library that turns the aruino into a APRS Packet Sender
https://www.arduino.cc/reference/en/libraries/libaprs_tracker/index.html
b0aeef72d6d1-1
A library that turns the aruino into a APRS Packet Sender "LibAPRS_Tracker is a library for the Arduino IDE, that makes it easy to design and implemet your own APRS Tracker devices for sending out your location, telemetry, etc. The hardware is Micromodem compiant using resistor ladder on pins D4,5,6,7. The PTT pin is D3. All the AFSK modulation, AX.25 packing, and such is running transparently in the “background” in interrupts." Author: Baris DINC Maintainer: Baris DINC 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
https://www.arduino.cc/reference/en/libraries/libaprs_tracker/index.html
b0aeef72d6d1-2
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. 0.5.0 (latest)
https://www.arduino.cc/reference/en/libraries/libaprs_tracker/index.html
0eafda7fed3b-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 > As5600 AS5600 Data Processing Arduino library for AS5600 and AS5600L magnetic rotation meter. 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.0 (latest) 0.3.8
https://www.arduino.cc/reference/en/libraries/as5600/index.html
0eafda7fed3b-1
0.4.0 (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.4 0.1.3 0.1.2 0.1.1 0.1.0
https://www.arduino.cc/reference/en/libraries/as5600/index.html
ee1af1cd9038-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 > Directtimers directTimers Other Library for advanced hardware timers control Author: AlexGyver Maintainer: AlexGyver 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, it might require specific hardware features that may be available only on some boards.
https://www.arduino.cc/reference/en/libraries/directtimers/index.html
ee1af1cd9038-1
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/directtimers/index.html
512a78fb894b-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 > Log Log Other Simple but useful macroses for logging. Allow use printf() with Serial for logging. Author: Nik Babichev Maintainer: Nik Babichev 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 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/log/index.html
ba7c9e2f6035-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 > Fttech aqualabo sensors FTTech Aqualabo Sensors Other Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485 Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485. Based in the work of ElectronicCats and Libelium. Author: FTTechBrasil Maintainer: FTTechBrasil 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
https://www.arduino.cc/reference/en/libraries/fttech-aqualabo-sensors/index.html
ba7c9e2f6035-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.2 (latest) 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/fttech-aqualabo-sensors/index.html
65b01767e495-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 > Bleeping library Bleeping Library Uncategorized Simple BLE ESP Provisioning and Configuration Read more at: https://github.com/MClarkDev/BleepingLibrary Author: MClarkDev.com Maintainer: MClarkDev.com 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.1 (latest)
https://www.arduino.cc/reference/en/libraries/bleeping-library/index.html
924e53d5382f-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 > Tomstick TomStick Device Control A TomStick library is an Arduino library for simply controlling the axes of the joystick. Take control of your joystick with ease using the TomStick library - the ultimate solution for precise and simple axis control on Arduino. Author: Tom Dhanabhon Maintainer: Tom Dhanabhon 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/tomstick/index.html
924e53d5382f-1
boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/tomstick/index.html
54b1aacb1d4f-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 > Mt8870 MT8870 Sensors Arduino library for MT8870 DTMF decoder 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 0.1.3
https://www.arduino.cc/reference/en/libraries/mt8870/index.html
54b1aacb1d4f-1
(latest) 0.1.4 0.1.3 0.1.2 0.1.1
https://www.arduino.cc/reference/en/libraries/mt8870/index.html
b48a6ad9c060-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 > Gsmsim GSMSim Communication GSM Library For SimCom Modules This library written for SIMCOM modules. Tested on Sim800L. Library may worked on any SIMCOM and another GSM modules and GSM Shields. Some AT commands for only SIMCOM modules. Author: Erdem Arslan, erdemsaid@gmail.com Maintainer: Erdem Arslan, erdemsaid@gmail.com 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/gsmsim/index.html
b48a6ad9c060-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. 2.0.2 (latest) 2.0.1 1.0.19
https://www.arduino.cc/reference/en/libraries/gsmsim/index.html
ee8a397b9d13-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 > Ld2410 ld2410 Sensors An Arduino library for the Hi-Link LD2410 24Ghz FMCW radar sensor. This sensor is a Frequency Modulated Continuous Wave radar, which makes it good for presence detection and its sensitivity at different ranges to both static and moving targets can be configured. Author: Nick Reynolds Maintainer: Nick Reynolds 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
https://www.arduino.cc/reference/en/libraries/ld2410/index.html
ee8a397b9d13-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. 0.1.3 (latest) 0.1.1 0.1.0
https://www.arduino.cc/reference/en/libraries/ld2410/index.html
cb4e6ea7425e-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 > Yet another arduino pcint library Yet Another Arduino PcInt Library Signal Input/Output A library to support Pin Change Interruptions (PCINT) on AVR Arduinos This library is fast, supports trigger modes (FALLING, RISING, CHANGE) and supports context data and pin state as callback arguments Author: keestux, SODAQ, GabrielNotman, Paulo Costa Maintainer: Paulo Costa Read the documentation Compatibility This library is compatible with the avr architecture so you
https://www.arduino.cc/reference/en/libraries/yet-another-arduino-pcint-library/index.html
cb4e6ea7425e-1
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, 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.1.0 (latest) 2.0.0
https://www.arduino.cc/reference/en/libraries/yet-another-arduino-pcint-library/index.html
4519cd3231cb-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 > Cytron ps2 shield Cytron_PS2_Shield Sensors This library is for the Cytron PS2 Shield. This library provides an API for Arduino to work with the Cytron PS2 Shield (https://www.cytron.io/p-cytron-ps2-shield). Author: Shashank Goyal Maintainer: Shashank Goyal 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
https://www.arduino.cc/reference/en/libraries/cytron_ps2_shield/index.html
4519cd3231cb-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.1.0 (latest)
https://www.arduino.cc/reference/en/libraries/cytron_ps2_shield/index.html
14136f7ce217-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 > Pf PF Data Storage Petit FatFS for Arduino avr MCUs. to drive SD cards This library is an optimized and fast SD library based on pff.h (PetitFS) : https://github.com/greiman/PetitFS but i added a class changed the function names to familiar names and added some examples to it. Author: Ali Najafian Maintainer: Ali Najafian Read the documentation Go to repository Compatibility This library is compatible with the avr architecture so you
https://www.arduino.cc/reference/en/libraries/pf/index.html
14136f7ce217-1
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.1.0 (latest)
https://www.arduino.cc/reference/en/libraries/pf/index.html
4493bfc7c3df-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 > Seeed arduino lsm6ds3 Seeed Arduino LSM6DS3 Sensors Arduino library to control Grove 6 Axis Accelerometer&Gyroscope LSM6DS3, LSM6DS3-C. Author: Seeed Studio Maintainer: Seeed Studio 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.
https://www.arduino.cc/reference/en/libraries/seeed-arduino-lsm6ds3/index.html
4493bfc7c3df-1
the Arduino IDE and install it from there. 2.0.3 (latest) 2.0.1
https://www.arduino.cc/reference/en/libraries/seeed-arduino-lsm6ds3/index.html
d42ea503c546-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 > Seeed arduino mic Seeed Arduino Mic Communication An extensible library for interfacing with Microphone devices Author: Seeed Studio STU (Dmitry Maslov) Maintainer: Seeed Studio STU 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/seeed-arduino-mic/index.html
e1d644d2e354-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 > Gem GEM Display A library for creation of graphic multi-level menu. Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions. Author: Alexander 'Spirik' Spiridonov Maintainer: Alexander 'Spirik' Spiridonov Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/gem/index.html
e1d644d2e354-1
Maintainer: Alexander 'Spirik' Spiridonov 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.1 (latest) 1.4.0 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.7 1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.3 1.1.2 1.1.1 1.1.0 1.0.8
https://www.arduino.cc/reference/en/libraries/gem/index.html
e1d644d2e354-2
1.1.1 1.1.0 1.0.8 1.0.7 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/gem/index.html
59c4a6ee5bae-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 > Coap simple library CoAP simple library Communication Simple CoAP client/server library for generic Arduino Client hardware. This CoAP library support simple request/response message. Author: Hirotaka Niisato Maintainer: Hirotaka Niisato 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/coap-simple-library/index.html
59c4a6ee5bae-1
the Arduino IDE and install it from there. 1.3.25 (latest) 1.3.24 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 1.3.18 1.3.17 1.3.16 1.3.15 1.3.14 1.3.13 1.3.12 1.3.11 1.3.10 1.3.9 1.3.8 1.3.7 1.3.6 1.3.5
https://www.arduino.cc/reference/en/libraries/coap-simple-library/index.html
48a4a8e5200e-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 > Tm1637tinydisplay TM1637TinyDisplay Display A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!
https://www.arduino.cc/reference/en/libraries/tm1637tinydisplay/index.html
48a4a8e5200e-1
Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85. Author: Jason Cox Maintainer: Jason Cox 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.10.0 (latest) 1.9.0 1.8.1 1.8.0 1.7.1
https://www.arduino.cc/reference/en/libraries/tm1637tinydisplay/index.html
48a4a8e5200e-2
1.8.1 1.8.0 1.7.1 1.7.0 1.6.0 1.5.2 1.5.0 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/tm1637tinydisplay/index.html
f203ce4eb973-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 > Zaber ascii Zaber ASCII Communication Provides helpers for interacting with Zaber devices using the Zaber ASCII protocol. This library allows for issuing commands and receiving responses to and from Zaber devices, using either the Zaber shield or other serial shields. Author: Alice Foster Maintainer: Zaber Support 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
https://www.arduino.cc/reference/en/libraries/zaber-ascii/index.html
f203ce4eb973-1
boards. Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.2.0 (latest) 1.1.2 1.1.1 1.0.0
https://www.arduino.cc/reference/en/libraries/zaber-ascii/index.html
8431c20955ca-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 > Dfrobot esp ph with adc by greenponik DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK Signal Input/Output Update from DFROBOT library for ESP32+ADC compatibility Author: GREENPONIK Maintainer: Greenponik 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.
https://www.arduino.cc/reference/en/libraries/dfrobot_esp_ph_with_adc_by_greenponik/index.html
8431c20955ca-1
the Arduino IDE and install it from there. 1.2.3 (latest) 1.2.2 1.1.0
https://www.arduino.cc/reference/en/libraries/dfrobot_esp_ph_with_adc_by_greenponik/index.html
3e35b9e95906-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 > Arduino gigadisplaytouch Arduino_GigaDisplayTouch Sensors Touch library for Arduino Giga Display Shield The Arduino Giga Display Touch library is a C++ library designed to manage the touch controller of the Giga Display Shield. It is currently compatible with Goodix GT911 5-point Capacitive touch controller. This library captures up to 5 concurrent touch points using two approaches: by interrupt or on-request. Read the documentation Compatibility This library is compatible with the mbed, mbed_portenta, mbed_giga architectures so you
https://www.arduino.cc/reference/en/libraries/arduino_gigadisplaytouch/index.html
3e35b9e95906-1
architectures so you should be able to use it on the following Arduino boards: 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. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/arduino_gigadisplaytouch/index.html
e28a1d0f669f-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 > Seven segments k Seven Segments K Display Library for working with Seven Segments displays Author: FernandoK Maintainer: FernandoK 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/seven-segments-k/index.html
55b64eb1a1ba-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 > Cswbattery CSWBattery Device Control The library for the diy smartwatch projects, which operates with their batteries.
https://www.arduino.cc/reference/en/libraries/cswbattery/index.html
55b64eb1a1ba-1
CustomSmartWatch Bayyery The library for the diy smartwatch projects, which operates with their batteries. Part of a project which I am working on - the diy smartwatch software, which I am creating for the LILYGO® TTGO 1.54 Inch Wrist E-paper ESP32 DIY smartwatch with ePaper display. I think it may be useful for someone else so I make this as a library with the ability to use more than just one button as it is in the case of the mentioned above smartwatch. Author: Eugene Maintainer: Eugene 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. 0.1.0
https://www.arduino.cc/reference/en/libraries/cswbattery/index.html
55b64eb1a1ba-2
the Arduino IDE and install it from there. 0.1.0 (latest) 0.0.1
https://www.arduino.cc/reference/en/libraries/cswbattery/index.html
57df8f1f3a0b-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 > Printoo library Printoo_Library Other The library for the Printoo modules. All the functions to control the Printoo modules within the same library ! Author: Printoo Maintainer: Luis Magalhaes 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
https://www.arduino.cc/reference/en/libraries/printoo_library/index.html
57df8f1f3a0b-1
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.2 (latest) 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/printoo_library/index.html
0bc59a727633-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 > Rakwireless ncp5623 rgb led library RAKwireless NCP5623 RGB LED library Sensors RAKWireless library for the RAK14001 module with the NCP5623 RGB LED RGB lamp color and brightness control, brightness decreasing and increasing all using the RAK14001 module from RAKWireless. Checkout the WisBlock RAK14001 today! Author: RAKWireless Maintainer: RAKWireless Read the documentation Compatibility
https://www.arduino.cc/reference/en/libraries/rakwireless-ncp5623-rgb-led-library/index.html
0bc59a727633-1
Maintainer: RAKWireless 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.2 (latest) 1.0.1
https://www.arduino.cc/reference/en/libraries/rakwireless-ncp5623-rgb-led-library/index.html
14af1bee4c9d-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 > Rp2040 pwm RP2040_PWM Device Control his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.
https://www.arduino.cc/reference/en/libraries/rp2040_pwm/index.html
14af1bee4c9d-1
The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM Author: Khoi Hoang Maintainer: Khoi Hoang Read the documentation Compatibility This library is compatible with the mbed, mbed_nano, mbed_rp2040, rp2040 architectures so you should be able to use it on the following Arduino boards:
https://www.arduino.cc/reference/en/libraries/rp2040_pwm/index.html
14af1bee4c9d-2
should be able to use it on the following Arduino boards: Arduino Nano 33 BLE 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.7.0 (latest) 1.6.0 1.5.0 1.4.1 1.4.0 1.3.1 1.3.0 1.2.0 1.1.1 1.1.0 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/rp2040_pwm/index.html
7d8993c51357-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 > Kidmotorv4 arduino KidMotorV4-Arduino Signal Input/Output Drive DC motor / Servo motor, I/O expander with KidMotor V4 Author: ArtronShop, INEX Maintainer: ArtronShop, INEX 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.
https://www.arduino.cc/reference/en/libraries/kidmotorv4-arduino/index.html
7d8993c51357-1
the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/kidmotorv4-arduino/index.html
8456a8ffa311-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 > Cb hcho v4 CB-HCHO-V4 Sensors Arduino library to control Cubic CB-HCHO-V4 Author: Neosarchizo Maintainer: Neosarchizo 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/cb-hcho-v4/index.html
8be57d8c6eb1-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 > Ioabstraction IoAbstraction Other Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot & Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.
https://www.arduino.cc/reference/en/libraries/ioabstraction/index.html
8be57d8c6eb1-1
Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR & I2C AT24x ROMs. Simple cross device btree collection. Author: davetcc Maintainer: https://www.thecoderscorner.com 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. 4.0.0 (latest) 3.1.0 3.0.2 3.0.1
https://www.arduino.cc/reference/en/libraries/ioabstraction/index.html
8be57d8c6eb1-2
3.1.0 3.0.2 3.0.1 3.0.0 2.4.3 2.4.2 2.4.1 2.4.0 2.3.5 2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.0 2.1.1 2.1.0 2.0.6 2.0.5 2.0.3 2.0.2 2.0.1 2.0.0 1.7.5 1.7.3 1.7.2 1.7.1 1.6.7 1.6.6 1.6.4 1.6.3 1.6.2 1.6.0
https://www.arduino.cc/reference/en/libraries/ioabstraction/index.html
8be57d8c6eb1-3
1.6.3 1.6.2 1.6.0 1.5.3 1.5.2 1.5.1 1.5.0 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.1 1.3.0 1.2.0 1.1.0 1.0.3 1.0.2 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/ioabstraction/index.html
ae9ad98c5f93-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 > Esp8266 qrcode ESP8266 QRcode Display ESP8266 Generate QRCode for SSD1306 oled displays 128*64 pixel ESP8266 Generate QRCode version 7 for SSD1306 oled displays 128*64 pixel Author: Anun Panya Maintainer: Anun Panya Read the documentation Compatibility This library is compatible with the esp8266 architecture. Releases To use this library, open the Library Manager in the
https://www.arduino.cc/reference/en/libraries/esp8266-qrcode/index.html
ae9ad98c5f93-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 2.0.0 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/esp8266-qrcode/index.html
9560e38e30ee-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 > Wz library WZ Library Sensors Arduino library for Dart WZ-S and Prosense WZ-H3 formaldehyde sensors. Supports Dart WZ* formaldehyde sensors. Author: Leon Lu Maintainer: Leon Lu 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
https://www.arduino.cc/reference/en/libraries/wz-library/index.html
9560e38e30ee-1
the Arduino IDE and install it from there. 1.0.0 (latest)
https://www.arduino.cc/reference/en/libraries/wz-library/index.html
5f209162fb96-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 > Avrutils AVRUtils Other AVRUtils Author: Steven Conaway Maintainer: Steven Conaway 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.3.0 (latest) 1.2.0 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/avrutils/index.html
74926e2de157-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 > Sim808 SIM808 Device Control Straightforward Arduino library for the SIM808 Provides easy access to several SIM808 features, including HTTP(s) GET & POST, sending SMS and GPS positioning. Author: Bertrand Lemasle Maintainer: Bertrand Lemasle 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/sim808/index.html
74926e2de157-1
the Arduino IDE and install it from there. 2.0.0 (latest) 1.1.0 1.0.1 1.0.0
https://www.arduino.cc/reference/en/libraries/sim808/index.html
c21bcb0d039e-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 > Fastshiftout FastShiftOut Signal Input/Output Arduino library for (AVR) optimized shiftOut - e.g. 74HC595 Implements print() interface. 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.3.1
https://www.arduino.cc/reference/en/libraries/fastshiftout/index.html
c21bcb0d039e-1
the Arduino IDE and install it from there. 0.3.1 (latest) 0.3.0 0.2.5 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0
https://www.arduino.cc/reference/en/libraries/fastshiftout/index.html
25f1221d48d6-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 clock 5p49v60 arduino library SparkFun Clock 5P49V60 Arduino Library Timing Library that enables all functionality for the SparkFun Clock Generator 5P49V60.
https://www.arduino.cc/reference/en/libraries/sparkfun-clock-5p49v60-arduino-library/index.html
25f1221d48d6-1
The SparkFun Clock Generator 5P49V60 breakout board offers a wide range of customizable frequencies in a wide range of different signal types using a single reference clock. Four (single output) clock outputs can generate frequencies from 1MHz-200MHz and eight (differential output) clock outputs can generate frequencies from 1MHz-350MHz. The frequency's many properties can be manipulated in code via I2C using the SparkFun Arduino Library. The SparkFun Clock Generator also has four banks of programmable memory for the time when it's ready to sit on its' own within the project without a microcontroller. 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
https://www.arduino.cc/reference/en/libraries/sparkfun-clock-5p49v60-arduino-library/index.html
25f1221d48d6-2
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.0.1 (latest) 1.0.0
https://www.arduino.cc/reference/en/libraries/sparkfun-clock-5p49v60-arduino-library/index.html
6c9a2748c491-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 > M10adc M10ADC Signal Input/Output ADC library for PulseRain M10 board. Use this library to control the A/D converter on Intel/Altera MAX 10M08 device. The onboard ADC in MAX 10M08 also has a built-in TSD (Temperature Sensing Diode). Check out the examples for its usage. Author: PulseRain Maintainer: PulseRain Read the documentation Compatibility This library is compatible with the FP51 architecture. Releases
https://www.arduino.cc/reference/en/libraries/m10adc/index.html
6c9a2748c491-1
Compatibility This library is compatible with the FP51 architecture. 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.1 1.0.0
https://www.arduino.cc/reference/en/libraries/m10adc/index.html
17613f7702c9-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 > Tgui Tgui Sensors Tgui is a lightweight GUI for Arduino Uno type of MCU with small TFT screen, primarily for showing sensor data. In the scenarios that a user wants to gather and show data from various sensors, many of the features in other GUI libraries can be compromised to achieve faster speed on lower end devices, such as Arduino Uno. Author: Nordic Alliance Maintainer: Nordic Alliance 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/tgui/index.html
17613f7702c9-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/tgui/index.html
a2768bd2c2d3-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 > Rapifiremqttclient RapifireMqttClient Communication Enables the communication between Arduino and RAPIFIRE platform. The library is a mqtt client that allows you to easily integrate your Arduino projects with RAPIFIRE platform. Author: RAPIFIRE Maintainer: Rapifire 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/rapifiremqttclient/index.html
a2768bd2c2d3-1
Releases To use this library, open the Library Manager in the Arduino IDE and install it from there. 1.3.1 (latest) 1.3.0 1.2.0 1.1.0 1.0.0
https://www.arduino.cc/reference/en/libraries/rapifiremqttclient/index.html