Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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)