Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willgreen98/arduino-bled-impl
Just a toy-app for me to learn firmware concepts and brush up on C++
https://github.com/willgreen98/arduino-bled-impl
arduino arduino-mega c cpp firmware led-controller platformio
Last synced: about 2 months ago
JSON representation
Just a toy-app for me to learn firmware concepts and brush up on C++
- Host: GitHub
- URL: https://github.com/willgreen98/arduino-bled-impl
- Owner: WillGreen98
- Created: 2024-05-30T10:00:34.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-01T10:05:58.000Z (8 months ago)
- Last Synced: 2024-10-16T11:31:15.150Z (4 months ago)
- Topics: arduino, arduino-mega, c, cpp, firmware, led-controller, platformio
- Language: C++
- Homepage:
- Size: 712 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino Built-In LED State Machine
Just a toy app for me to learn firmware concepts. Mainly:
- State Machine
- Error handling
- Watchdog timer
- Low-power techniques
- Interrupt handling## Design
It's a basic implementation, the project just uses an external button on PIN 2.
![Circuit-layout](/resources/images/Circuit_img_zoomed.png)