AVR-Playground/README.md
2024-03-24 05:14:49 +01:00

9 lines
256 B
Markdown

# AVR Playground
See [AVR i2c library](https://github.com/Sovichea/avr-i2c-library).
[QEMU AVR Docs](https://www.qemu.org/docs/master/system/target-avr.html)
```bash
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
```