Links to datasheet/register map
This commit is contained in:
parent
99f21a1796
commit
353e7cadae
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
||||||
# AVR Playground
|
# AVR Playground
|
||||||
|
|
||||||
See [AVR i2c library](https://github.com/Sovichea/avr-i2c-library).
|
See:
|
||||||
|
|
||||||
[QEMU AVR Docs](https://www.qemu.org/docs/master/system/target-avr.html)
|
- [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)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
|
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
|
||||||
|
|
Loading…
Reference in a new issue