9 lines
256 B
Markdown
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
|
|
```
|