AVR-Playground/README.md

13 lines
481 B
Markdown
Raw Normal View History

2024-02-10 14:37:38 +01:00
# AVR Playground
2024-03-24 06:11:41 +01:00
See:
2024-03-24 05:14:49 +01:00
2024-03-24 06:11:41 +01:00
- [AVR i2c library](https://github.com/Sovichea/avr-i2c-library).
- [MPU-6000/6050 Datasheet](https://www.invensense.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf)
- [MPU-6000/6050 Register Map](https://www.invensense.com/wp-content/uploads/2015/02/MPU-6000-Register-Map1.pdf)
- [QEMU AVR Docs](https://www.qemu.org/docs/master/system/target-avr.html)
2024-02-10 14:38:21 +01:00
2024-02-10 14:37:38 +01:00
```bash
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
```