This commit is contained in:
Christoph J. Scherr 2023-10-27 11:15:25 +02:00
parent 055fa83a3e
commit 1d4a92f32a

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Programming for the `atmega382p`
## Dependencies
```bash
dnf install avr-gcc avr-binutils avr-gcc-c++ avr-libc avrdude
```
Note: The `avr-libc` files will be located in `/usr/avr`.