Arduino-Libs Alternatives
Similar projects and alternatives to Arduino-Libs
-
TaskScheduler
Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
-
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
CoopCommand
CoopCommand aims to increase automation in small scale egg-laying chicken flocks for the hobby farmer. Final product aims to have ease of installation and use for non-technical users.
-
EBYTE
Libraries to program and use UART-based EBYTE wireless data transceivers
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
esp-idf
Espressif IoT Development Framework. Official development framework for Espressif SoCs.
-
PlatformIO
A professional collaborative platform for embedded development :alien:
Arduino-Libs reviews and mentions
-
Path forward from Arduino to embedded C/C++
There are some design decisions Arduino made that maybe restrict in one aspect, but there's nothing wrong with dropping down to a lower level or jumping sideways to a slightly customized version that does just the right thing. e.g. If digitalWrite() isn't fast enough, somebody wrote a digitalWriteFast() that works with some AVRs. Otherwise, you can probably just hunt down the source yourself, make your own copy of it, and change it to be the way you need. That's a great way to learn, too
Stats
watterott/Arduino-Libs is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of Arduino-Libs is C++.