id
stringlengths 14
16
| text
stringlengths 10
1.45k
| source
stringlengths 46
118
|
---|---|---|
ca3fa80731a5-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
> Lcddisplay10
LCDDisplay10
Display
A library to display numbers on an BL55xx display.
Communicates via I2C interface.
Author: Turing Complete Labs
Maintainer: Turing Complete Labs
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.
1.0.2
(latest)
1.0.1
|
https://www.arduino.cc/reference/en/libraries/lcddisplay10/index.html
|
ca3fa80731a5-1
|
1.0.2
(latest)
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/lcddisplay10/index.html
|
d6549f543b41-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
> Atcommands
ATCommands
Communication
AT command parser for those who want to expose their functions via UART as AT commands
This library can be used to expose functions over UART through familiar AT-style commands not too dissimilar from various Bluetooth, wireless or GSM modules.
Author: yourapiexpert
Maintainer: Stephen Lombard
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/atcommands/index.html
|
d6549f543b41-1
|
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/atcommands/index.html
|
b1f11a470766-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
> Climastick
ClimaStick
Sensors
Arduino ClimaStick v1 & v2 library for the Thinger.io Internet of Things Platform.
ClimaStick is a complete IoT developement kit, that integrates WiFi connectivity along with a set of powerful sensors to provide environmental and motion sensing. This way, it is possible to create several connected projects easily. It is fully compatible with the Thinger.io cloud infrastructure, and provides easy to use libraries that can be used in the Arduino IDE.
Author: Jorge Trincado Castan
|
https://www.arduino.cc/reference/en/libraries/climastick/index.html
|
b1f11a470766-1
|
Author: Jorge Trincado Castan
Maintainer: Thinger.io
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.1
(latest)
1.2.3
1.2.1
1.1.0
|
https://www.arduino.cc/reference/en/libraries/climastick/index.html
|
ff1548bb2d04-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
> Httpclient
HttpClient
Communication
Library to easily make HTTP GET, POST and PUT requests to a web server.
Works with any class derived from Client - so switching between Ethernet, WiFi and GSMClient requires minimal code changes.
Author: Adrian McEwen
Maintainer: Adrian McEwen
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/httpclient/index.html
|
ff1548bb2d04-1
|
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
2.2.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/httpclient/index.html
|
e9c3d3c51c71-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
> Seg16
Seg16
Display
A simple Arduino library for driving 16-segment displays with a HT16K33.
Provides efficient high-level control of multiple displays and low-level HT16K33 commands. Includes a basic Latin font.
Author: Riley Shaw
Maintainer: Riley Shaw
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/seg16/index.html
|
e9c3d3c51c71-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/seg16/index.html
|
34fa028a006e-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
> Reefwingmotorshield
ReefwingMotorShield
Device Control
A library that supports the Reefwing Motor Shield and Carrier Board.
Control two bidirectional motors and monitor battery voltage.
Author: David Such
Maintainer: David Such
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/reefwingmotorshield/index.html
|
34fa028a006e-1
|
the
Arduino IDE and install it from there.
3.0.1
(latest)
3.0.0
|
https://www.arduino.cc/reference/en/libraries/reefwingmotorshield/index.html
|
3d4d7527d40a-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
> Simplecollections
SimpleCollections
Other
An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc
An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc
Author: davetcc
|
https://www.arduino.cc/reference/en/libraries/simplecollections/index.html
|
3d4d7527d40a-1
|
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.
1.2.3
(latest)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/simplecollections/index.html
|
eb9213dc451f-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
> Sx150x
SX150x
Device Control
A library for the Semtech SX150x family of i2c GPIO expanders.
This library covers the SX1501, SX1502, and SX1503.
Author: J. Ian Lindsay
Maintainer: J. Ian Lindsay
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/sx150x/index.html
|
eb9213dc451f-1
|
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
1.0.8
(latest)
1.0.7
|
https://www.arduino.cc/reference/en/libraries/sx150x/index.html
|
afcd235e015f-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
> Vega irremote
VEGA_IRremote
Communication
Send and receive infrared signals with multiple protocols
Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, FAST, MagiQuest.New: Added FAST Protocol. Changed some function signatures. Improved handling of PULSE_DISTANCE + PULSE_WIDTH protocols.Release notes
Author: CDAC
|
https://www.arduino.cc/reference/en/libraries/vega_irremote/index.html
|
afcd235e015f-1
|
Author: CDAC
Maintainer: VEGA-Processor
Read the documentation
Go to repository
Compatibility
This library is compatible with the avr, megaavr, samd, esp8266, esp32, stm32, STM32F1, mbed, mbed_nano, rp2040, mbed_rp2040, riscv
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)
|
https://www.arduino.cc/reference/en/libraries/vega_irremote/index.html
|
afcd235e015f-2
|
Arduino MKR1000 WIFI
Arduino Nano
Arduino Nano 33 BLE
Arduino Nano 33 IoT
Arduino Nano Every
Arduino Uno
Arduino Uno WiFi REV2
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
Arduino IDE and install it from there.
1.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/vega_irremote/index.html
|
b5fd61c116d9-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
> Viewmarq
ViewMarq
Device Control
Library to communicate with ViewMarq LED Message Displays.
A library to interact with ViewMarq LED Message Displays using the Arduino Modbus TCP Library.
Author: Tristan Warder
Maintainer: Adam Cummick
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.
1.0.1
(latest)
|
https://www.arduino.cc/reference/en/libraries/viewmarq/index.html
|
b5fd61c116d9-1
|
1.0.1
(latest)
1.0.0
|
https://www.arduino.cc/reference/en/libraries/viewmarq/index.html
|
161a7a802718-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 avrprog
Adafruit AVRProg
Device Control
Arduino library for programming AVR chips from Arduino
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.4.5
(latest)
1.4.4
1.4.3
1.4.2
|
https://www.arduino.cc/reference/en/libraries/adafruit-avrprog/index.html
|
161a7a802718-1
|
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
|
https://www.arduino.cc/reference/en/libraries/adafruit-avrprog/index.html
|
a864534946ab-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
> Botly
Botly
Device Control
Librarie permettant de piloter le robot Botly développé par l'association La Machinerie
Author: Jules Topart,La Machinerie
Maintainer: La Machinerie
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/botly/index.html
|
a864534946ab-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.
2.5.0
(latest)
2.4.0
|
https://www.arduino.cc/reference/en/libraries/botly/index.html
|
4609db78f63a-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
> Liquidcrystalserial
LiquidCrystalSerial
Display
A simple 74hC595 shift register LCD driver.
Save I/O pins by using 74HC595 shift register for a LCD. This library is a clone of arduino official LiquidCrystal. So, all the methods are same.
Author: Antor Ahmed
Maintainer: Antor Ahmed
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
|
https://www.arduino.cc/reference/en/libraries/liquidcrystalserial/index.html
|
4609db78f63a-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/liquidcrystalserial/index.html
|
26c5e01bdbde-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
> Radioengelorawan
RadioengeLoraWAN
Signal Input/Output
Implementation of RadioengeLoraWAN AT-COMMANDS..
Author: André Pastório
Maintainer: André Pastório
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.
0.0.1
(latest)
|
https://www.arduino.cc/reference/en/libraries/radioengelorawan/index.html
|
04158d83d339-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
> Xlr8addrpack
XLR8AddrPack
Other
Arduino header file defining addresses common to the XLR8 family.
Only includes a header file defining common addresses needed for some XLR8 specific libraries.
Author: Alorium Technology
Maintainer: Alorium Technology
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
|
https://www.arduino.cc/reference/en/libraries/xlr8addrpack/index.html
|
04158d83d339-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/xlr8addrpack/index.html
|
4f299ea91169-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 lp55231 breakout
SparkFun LP55231 Breakout
Display
A library to control the Texas Instruments LP55231 9-channel LED driver.
Provides interface class for LP55231, implementing direct control over LED outputs, as well as a more sophisticated interface to the independent execution engines.
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
|
https://www.arduino.cc/reference/en/libraries/sparkfun-lp55231-breakout/index.html
|
4f299ea91169-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.1.0
(latest)
1.0.0
|
https://www.arduino.cc/reference/en/libraries/sparkfun-lp55231-breakout/index.html
|
26a3aa44d9cf-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
> Arducam mega
Arducam_Mega
Device Control
Examples of spi cameras used on different hardware.
Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.
Author: Arducam
Maintainer: Arducam
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/arducam_mega/index.html
|
26a3aa44d9cf-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.4
(latest)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
|
https://www.arduino.cc/reference/en/libraries/arducam_mega/index.html
|
4361260fc16d-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
> Petrinetlib
PetriNetLib
Other
PetriNet Library
Author: Luis Llamas
Maintainer: Luis Llamas
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/petrinetlib/index.html
|
f18fa780ccbd-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
> Neogps
NeoGPS
Communication
NMEA and ublox GPS parser, configurable to use as few as 10 bytes of RAM
Faster and smaller than all other GPS parsers
Author: SlashDevin
Maintainer: SlashDevin
Read the documentation
Compatibility
This library is compatible with the avr, samd, sam, esp8266, arc32, esp32
architectures so you
should be able to use it on the
following Arduino boards:
Arduino Micro
Arduino Leonardo
Arduino Mega
Arduino Due
|
https://www.arduino.cc/reference/en/libraries/neogps/index.html
|
f18fa780ccbd-1
|
following Arduino boards:
Arduino Micro
Arduino Leonardo
Arduino Mega
Arduino Due
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 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
Arduino IDE and install it from there.
4.2.9
|
https://www.arduino.cc/reference/en/libraries/neogps/index.html
|
f18fa780ccbd-2
|
the
Arduino IDE and install it from there.
4.2.9
(latest)
4.2.8
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.1.8
4.1.7
4.1.3
4.1.0
3.1.2
3.1.1
|
https://www.arduino.cc/reference/en/libraries/neogps/index.html
|
d59fc75714d9-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
> Ttn esp32
TTN_esp32
Communication
ESP 32 port of the Arduino TheThingsNetwork library.
Supports Heltec Wifi Lora 32 boards
Author: Francois Riotte
Maintainer: Francois Riotte
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.1.6
(latest)
0.1.4
|
https://www.arduino.cc/reference/en/libraries/ttn_esp32/index.html
|
d59fc75714d9-1
|
0.1.6
(latest)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.2
0.0.1
|
https://www.arduino.cc/reference/en/libraries/ttn_esp32/index.html
|
e8eb1c37f8bf-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 rtc
M5Unit-RTC
Device Control
Library for BM8563 RTC
See more on https://docs.m5stack.com/en/unit/rtc
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)
0.0.1
|
https://www.arduino.cc/reference/en/libraries/m5unit-rtc/index.html
|
5127231b36df-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
> Oakoled
OakOLED
Display
An Adafruit GFX driver for the Oak OLED (an SSD1306 with no reset line)
Install this as the display library for Adafruit_GFX
Author: Brian Taylor
Maintainer: Brian Taylor
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.9.0
|
https://www.arduino.cc/reference/en/libraries/oakoled/index.html
|
5127231b36df-1
|
the
Arduino IDE and install it from there.
0.9.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/oakoled/index.html
|
fb8d0d8f0d56-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
> Ch55xswitchcontrol
CH55xSwitchControl
Device Control
A library to automate Nintendo Switch games using CH55x microcontrollers.
Author: bzl
Maintainer: bzl
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.3
1.0.1
|
https://www.arduino.cc/reference/en/libraries/ch55xswitchcontrol/index.html
|
fb8d0d8f0d56-1
|
(latest)
1.0.3
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/ch55xswitchcontrol/index.html
|
d4aad26561e0-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 circuit playground
Adafruit Circuit Playground
Other
All in one library to control Adafruit's Circuit Playground board.
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.11.5
(latest)
1.11.4
1.11.3
|
https://www.arduino.cc/reference/en/libraries/adafruit-circuit-playground/index.html
|
d4aad26561e0-1
|
(latest)
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.1
1.9.0
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.6.9
1.6.8
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.2.1
|
https://www.arduino.cc/reference/en/libraries/adafruit-circuit-playground/index.html
|
d4aad26561e0-2
|
1.5.0
1.4.0
1.2.1
1.2.0
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
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-circuit-playground/index.html
|
3da5eaaee944-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
> Dmoscillator
DMOscillator
Timing
A library that makes easy on/off control on a pin at fixed or dynamic rate.
Set the pin, the wanted mode (oscillation count, oscillation duration, frequency or period in us) and just call update() in the main loop.
Author: Nicolas Simonnet
Maintainer: Nicolas Simonnet
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/dmoscillator/index.html
|
3da5eaaee944-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.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/dmoscillator/index.html
|
ab5d4e60c276-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
> Ebtn
eBtn
Signal Input/Output
A library to handle Buttons based on events.
Supports the following events : [press , hold, release, long]
Author: Davide Andreazzini
Maintainer: Davide Andreazzini
Read the documentation
Compatibility
This library is compatible with the avr, esp8266
architectures 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/ebtn/index.html
|
ab5d4e60c276-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.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/ebtn/index.html
|
0963bae74163-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
> Rc receiver
RC Receiver
Communication
Reads the PWM signal from RC receivers.
Simplifying the action of reading receivers value with a single call to object (up to 8 chanels).
Author: Nils Lahaye
Maintainer: Nils Lahaye
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/rc-receiver/index.html
|
0963bae74163-1
|
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/rc-receiver/index.html
|
01ad2c26400f-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
> Rgb led lighting shield
RGB-LED-Lighting-Shield
Uncategorized
C++ library for Infineons RGB-LED-Lighting-Shields
C++ library for Infineons RGB-LED-Lighting-Shield with the XMC1202 and the XMC1302
Author: Infineon Technologies
Maintainer: Infineon Technologies
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
|
https://www.arduino.cc/reference/en/libraries/rgb-led-lighting-shield/index.html
|
01ad2c26400f-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.1
(latest)
1.0.0
|
https://www.arduino.cc/reference/en/libraries/rgb-led-lighting-shield/index.html
|
b6a99b81e450-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
> Pwfusion vl53l3c
PWFusion_VL53L3C
Other
VL53L3C Time of Flight Sensor Library
|
https://www.arduino.cc/reference/en/libraries/pwfusion_vl53l3c/index.html
|
b6a99b81e450-1
|
Other
VL53L3C Time of Flight Sensor Library
Arduino library built on top of the ST VL53L3C C API. This time of flight (ToF) sensor improves on previous sensors from ST and is able to track up to four targets simultaneously. It utilizes an invisible class 1 laser to measure absolute distance regardless of the target color or reflectance. The maximum sample rate and ranging distance is dependent on ambient lighting conditions (1.4 meters in short mode, 3 meters in long mode).
Author: Playing With Fusion
Maintainer: Jared Leonard
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
|
https://www.arduino.cc/reference/en/libraries/pwfusion_vl53l3c/index.html
|
b6a99b81e450-2
|
the
Arduino IDE and install it from there.
1.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/pwfusion_vl53l3c/index.html
|
fa1d2df66651-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
> Ardubson
ardubson
Data Processing
Arduino Library for BSON (Binary JSON)
Encode and decode BSON data
Author: Hugo Arganda
Maintainer: Hugo Arganda
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.
1.4.2
(latest)
1.2.0
|
https://www.arduino.cc/reference/en/libraries/ardubson/index.html
|
0ee627c044e5-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
> Segma
Segma
Display
Dynamic indication with shift registers
A simple way to control displays on seven/eight segment indicators with dynamic indication on shift registers
Author: bboris
Maintainer: bboris
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.5
(latest)
|
https://www.arduino.cc/reference/en/libraries/segma/index.html
|
0ee627c044e5-1
|
0.0.5
(latest)
0.0.4
0.0.3
0.0.2
0.0.1
|
https://www.arduino.cc/reference/en/libraries/segma/index.html
|
6df5fa107500-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
> Pca9685 led driver
PCA9685_LED_DRIVER
Signal Input/Output
GPIO I2C driver for PCA9685
Driver mainly for leds with fast update times. Buffer in RAM.
Author: Justin P.
Maintainer: Justin P.
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/pca9685_led_driver/index.html
|
6df5fa107500-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.4
(latest)
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/pca9685_led_driver/index.html
|
916fc5b533c7-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
> Pca9547
PCA9547
Device Control
Arduino library for PCA9547 (8-channel I2C-bus multiplexer with reset)
Author: hideakitai
Maintainer: hideakitai
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.1
(latest)
|
https://www.arduino.cc/reference/en/libraries/pca9547/index.html
|
916fc5b533c7-1
|
0.1.1
(latest)
0.1.0
|
https://www.arduino.cc/reference/en/libraries/pca9547/index.html
|
f4c1ebb94bea-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
> Slight buttoninput
slight_ButtonInput
Signal Input/Output
Event based button input.
Get Button Inputs as events in a callback-function.
Author: Stefan Krüger (s-light)
Maintainer: Stefan Krüger
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/slight_buttoninput/index.html
|
f4c1ebb94bea-1
|
the
Arduino IDE and install it from there.
1.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/slight_buttoninput/index.html
|
4353097b2f51-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
> Grafici gfx
Grafici-GFX
Display
Data visualization library for Arduino driven displays
based/depending on the Adafruit GFX display libraries
Author: Marco Cattani
Maintainer: Marco Cattani
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
(latest)
|
https://www.arduino.cc/reference/en/libraries/grafici-gfx/index.html
|
4353097b2f51-1
|
3.0.0
(latest)
2.0.2
2.0.0
1.0.0
|
https://www.arduino.cc/reference/en/libraries/grafici-gfx/index.html
|
67e1a43c4197-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
> Litswitch
LitSwitch
Signal Input/Output
A special library for an LED/momentary switch hardware combination.
Now you can control an LED and a momentary switch with a single pin.
Issues or questions: https://github.com/bhagman/LitSwitch/issues
Author: Brett Hagman
Maintainer: Brett Hagman
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
|
https://www.arduino.cc/reference/en/libraries/litswitch/index.html
|
67e1a43c4197-1
|
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/litswitch/index.html
|
4b7347f9ea1c-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
> Max78630
MAX78630
Uncategorized
Enables reading polyphase energy-monitor parameters of LVX EnergyBoard.
The EnergyBoard is an energy measurement module for polyphase power-monitoring systems. It is designed for real-time monitoring for a variety of typical three-phase configurations in industrial applications. The EnergyBoard provides up to six analog inputs for interfacing to voltage and current sensors. Scaled voltages from the sensors are fed to the single converter front-end using a high-resolution delta-sigma converter. Supported current sensors include current transformers (CTs), Rogowski coils, and resistive shunts.
|
https://www.arduino.cc/reference/en/libraries/max78630/index.html
|
4b7347f9ea1c-1
|
Author: Gunce Akkoyun
Maintainer: Gunce Akkoyun
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.
4.2.4
(latest)
4.1.3
4.1.2
|
https://www.arduino.cc/reference/en/libraries/max78630/index.html
|
1b772970c214-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
> Buttonking
ButtonKing
Signal Input/Output
Arduino libary for improving the usage of a singe input button.
It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.
Author: Tanyanat Pichitwong
Maintainer: Tanyanat Pichitwong
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/buttonking/index.html
|
1b772970c214-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/buttonking/index.html
|
b31d10e2932f-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
> Microbitv2 hhs
MicrobitV2-HHS
Communication
Library for Microbit Version 2 with Radio (NRF52) and PWM support (Tone and Servo).
This library supports Microbit version 2 based on nRF52833 or nRF52820. It contains an extracted version of the Lancaster Uni Radio driver; NRF52. It also contains a PWM library and wrappers for Tone and Servo libraries.
Author: Gert den Neijsel
Maintainer: Gert den Neijsel
Read the documentation
|
https://www.arduino.cc/reference/en/libraries/microbitv2-hhs/index.html
|
b31d10e2932f-1
|
Maintainer: Gert den Neijsel
Read the documentation
Compatibility
This library is compatible with the nRF5
architecture.
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
0.1.6
(latest)
0.1.4
0.1.3
0.1.2
|
https://www.arduino.cc/reference/en/libraries/microbitv2-hhs/index.html
|
29782aa2cc8d-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
> Max31850 onewire
MAX31850 OneWire
Sensors
A version of the OneWire Arduino library with MAX31850 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
(latest)
1.1.0
1.0.2
|
https://www.arduino.cc/reference/en/libraries/max31850-onewire/index.html
|
29782aa2cc8d-1
|
(latest)
1.1.0
1.0.2
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/max31850-onewire/index.html
|
dcf364ade2e9-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
> Microuart
MicroUART
Communication
Simple implementation of UART (ATmega328)
Author: AlexGyver
Maintainer: AlexGyver
Read the documentation
Compatibility
This library is compatible with the AVR
architecture.
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/microuart/index.html
|
66b05d3e2666-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 vl53l5cx arduino library
SparkFun VL53L5CX Arduino Library
Sensors
Distance sensing (VL53L5CX) with 64 pixels up to 4 meters at 15Hz.
|
https://www.arduino.cc/reference/en/libraries/sparkfun-vl53l5cx-arduino-library/index.html
|
66b05d3e2666-1
|
The SparkFun Qwiic ToF Imager is state of the art, 64 pixel Time-of-Flight (ToF), multizone 4 meter ranging sensor with milimeter resolution built around the VL53L5CX from ST. This library supports reading distances up to 4m across all 64 sensors at up to 15Hz. Multiple sensors *can* be daisy-chained for additional readings.
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.
1.0.3
(latest)
1.0.2
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/sparkfun-vl53l5cx-arduino-library/index.html
|
44fc0b441a2f-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
> Ht1621
HT1621
Display
A library for HT1621 based 7-seg LCDs.
Supports signed integers and signed floats up to 6 digits (sign included).
Author: valerio\new (5N44P), anxzhu
Maintainer: valerio\new (5N44P)
Read the documentation
Go to repository
Compatibility
This library is compatible with the
architecture.
Releases
To use this library, open the Library Manager in
the
|
https://www.arduino.cc/reference/en/libraries/ht1621/index.html
|
44fc0b441a2f-1
|
Releases
To use this library, open the Library Manager in
the
Arduino IDE and install it from there.
2.1.2
(latest)
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
|
https://www.arduino.cc/reference/en/libraries/ht1621/index.html
|
82634c32efe5-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
> Tsl235r
TSL235R
Sensors
Library for the TSL235R light to frequency convertor.
include wavelength compensation
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.4
(latest)
|
https://www.arduino.cc/reference/en/libraries/tsl235r/index.html
|
82634c32efe5-1
|
0.1.4
(latest)
0.1.3
0.1.2
0.1.1
0.1.0
|
https://www.arduino.cc/reference/en/libraries/tsl235r/index.html
|
4b330829015c-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 st7687s
DFRobot_ST7687S
Uncategorized
This is a 2.2” TFT LCD Display Module with an input voltage(SKU: DFR0529).
|
https://www.arduino.cc/reference/en/libraries/dfrobot_st7687s/index.html
|
4b330829015c-1
|
The fastest screen refresh speed is about 256ms. The module is able to display multiple patterns in a cycle and realize dynamic display effect. At present, there are 19 common defined colors in the library, and users can also customize16-bit color codes. If we take the central point of the display as the origin of coordinates, the maximum absolute value of the positive and negative axis will be 64.
Author: DFRobot
Maintainer: fengli
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/dfrobot_st7687s/index.html
|
af92f790b5fa-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
> Bolder flight systems bmi088
Bolder Flight Systems BMI088
Sensors
Library for communicating with the Bosch BMI088 6 axis IMU.
This library supports both I2C and SPI communication with the BMI088 along with accessing the BMI088 advanced features, such as synchronized output.
Author: Brian Taylor
Maintainer: Brian Taylor
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
|
https://www.arduino.cc/reference/en/libraries/bolder-flight-systems-bmi088/index.html
|
af92f790b5fa-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.1
(latest)
1.0.0
|
https://www.arduino.cc/reference/en/libraries/bolder-flight-systems-bmi088/index.html
|
eb5f541eec87-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
> Ethernetindustruino
EthernetIndustruino
Communication
Library for the Industruino Ethernet module
With this library you can use the Industruino Ethernet module to communicate over Ethernet and to connect to Internet. The library provides both client and server functionalities, allows to connect to a local network (also with DHCP) and to resolve DNS.
Author: Industruino and others
Maintainer: Industruino
Read the documentation
Go to repository
Compatibility
This library is compatible with the avr
architecture so you
|
https://www.arduino.cc/reference/en/libraries/ethernetindustruino/index.html
|
eb5f541eec87-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.0.0
(latest)
|
https://www.arduino.cc/reference/en/libraries/ethernetindustruino/index.html
|
498a520968d8-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
> Efont unicode font data
efont Unicode Font Data
Display
Arduino Unicode Font libraries.
Author: TANAKA Masayuki
Maintainer: TANAKA Masayuki
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.9
(latest)
1.0.7
1.0.6
|
https://www.arduino.cc/reference/en/libraries/efont-unicode-font-data/index.html
|
498a520968d8-1
|
(latest)
1.0.7
1.0.6
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/efont-unicode-font-data/index.html
|
e52c15bfaafb-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
> Multitasklib
MultiTaskLib
Other
Storyboard are a series of non blockings tasks that runs in parallel
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/multitasklib/index.html
|
ab62a85f1ac5-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
> Esp 8 bit color composite video library
ESP_8_BIT Color Composite Video Library
Display
Generate color composite TV video out signals with an ESP32.
Using SEGA signal generation code path from ESP_8_BIT by Peter Barrett, an Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API. Includes double-buffering mechanism to avoid visible flickering while drawing. No additional support hardware required, connect GPIO25 to composite video signal output pin. (Usually the center of the video connector, and outside is connected to ground.)
Author: Roger Cheng
|
https://www.arduino.cc/reference/en/libraries/esp_8_bit-color-composite-video-library/index.html
|
ab62a85f1ac5-1
|
Author: Roger Cheng
Maintainer: Roger Cheng
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.3.2
(latest)
1.3.1
1.2.0
1.1.0
1.0.0
|
https://www.arduino.cc/reference/en/libraries/esp_8_bit-color-composite-video-library/index.html
|
99b07c8685cf-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
> Stm32duino vl53l1x
STM32duino VL53L1X
Device Control
Allows controlling the VL53L1X (Time-of-Flight and gesture detection sensor)
This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.
Author: AST
Maintainer: stm32duino
Read the documentation
Compatibility
This library is compatible with the stm32, avr, sam
architectures so you
should be able to use it on the
|
https://www.arduino.cc/reference/en/libraries/stm32duino-vl53l1x/index.html
|
99b07c8685cf-1
|
architectures so you
should be able to use it on the
following Arduino boards:
Arduino Micro
Arduino Leonardo
Arduino Mega
Arduino Due
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.1
(latest)
2.0.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
|
https://www.arduino.cc/reference/en/libraries/stm32duino-vl53l1x/index.html
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.