Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanreichert/arduino-playground
https://github.com/stefanreichert/arduino-playground
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanreichert/arduino-playground
- Owner: stefanreichert
- License: mit
- Created: 2024-07-31T09:54:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T10:24:28.000Z (5 months ago)
- Last Synced: 2024-08-02T11:55:43.935Z (5 months ago)
- Language: C++
- Size: 12.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-playground
My playground for Arduino projects. It not that complicated, but I wanted to get in touch with embedded and C++. Arduino is fun because it combines the two.Currently, there are the following Arduino projects:
+ Temperature Control - A DHT sensor, 3 LED and the LCD, what a hot combination
+ Safe Control - Play it safe with a Keypad and an LCD
+ Surveillance - The ultrasonic sound of movement, from left to rightMy default structure for projects is:
+ one sensor .ino file encapsulating a sensor with lib/hw config as well as providing higher level methods
+ one main .ino file orchestrating the sensorsIt pretty much felt enough for the stuff I am doing.