Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skywa04885/atmega328p-hal
https://github.com/skywa04885/atmega328p-hal
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skywa04885/atmega328p-hal
- Owner: skywa04885
- Created: 2021-09-28T20:52:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T21:12:43.000Z (over 3 years ago)
- Last Synced: 2024-11-12T00:37:08.026Z (2 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ATMEGA328P HAL (Hardware Abstraction Layer) and Startup/Linker shit.
Project for ROC Nijmegen - AO N4, Embedded Systems.
No bullshit, no bootloaders.# Usage
## Build, Make Hex & Flash
```bash
make all hex flash
```