https://github.com/insqriptd/m328p-blinky-example
ATMega328p LED example in C.
https://github.com/insqriptd/m328p-blinky-example
arduino atmega328p avr c
Last synced: 2 months ago
JSON representation
ATMega328p LED example in C.
- Host: GitHub
- URL: https://github.com/insqriptd/m328p-blinky-example
- Owner: insqriptd
- Created: 2024-10-22T00:38:50.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-12-22T02:33:06.000Z (5 months ago)
- Last Synced: 2025-02-09T04:17:09.763Z (4 months ago)
- Topics: arduino, atmega328p, avr, c
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# m328p-blinky-example
ATMega328P example project. Blinks an LED on PB5 (Built-in LED on Arduino Uno).\
Run `make` to compile a flashable `.elf` and `.hex` binary.