arduino-libraries
Here are 31 public repositories matching this topic...
Arduino Libraries
-
Updated
Sep 17, 2020 - C++
-
Updated
Sep 23, 2020 - C++
-
Updated
Sep 23, 2020 - C++
Точечная контактная сварка для аккумуляторов 18650 на Arduino
-
Updated
Oct 10, 2020 - C
Some Libraries I made while working on electronics projects.
-
Updated
Apr 15, 2021
Arduino library for various gas sensors produced by Winsen company
-
Updated
May 20, 2021 - C++
Arduino library for the Futaba M11BT222A display
-
Updated
May 25, 2021 - C++
-
Updated
Jul 13, 2022 - C#
esp8266 framework stack for easy configurable applications
-
Updated
Oct 9, 2022 - C
Manual C++ implementation of STL containers for devices without one, like AVR/Arduino.
-
Updated
Nov 9, 2022 - C++
Casual IoT tinkering and DIY for people who love modern programming languages.
-
Updated
Nov 19, 2022 - C++
This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behavin…
-
Updated
Dec 5, 2022 - C
This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE. These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis()…
-
Updated
Dec 5, 2022 - C++
This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 servo motors.
-
Updated
Dec 5, 2022 - C
This library enables you to use 1 Hardware Timer on ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2.0.5
-
Updated
Dec 5, 2022 - C++
This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tas…
-
Updated
Dec 21, 2022 - C++
This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks…
-
Updated
Dec 21, 2022 - C++
This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board. These ESP32-C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory…
-
Updated
Dec 21, 2022 - C++
Improve this page
Add a description, image, and links to the arduino-libraries topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arduino-libraries topic, visit your repo's landing page and select "manage topics."