Attempt at making MPU6050 work via i2c

This commit is contained in:
Imbus 2024-03-24 01:23:44 +01:00
parent bdb94eb75b
commit fd45ec264a
5 changed files with 105 additions and 2 deletions

View file

@ -64,3 +64,7 @@ clean:
size: $(TARGET).hex
avr-size --mcu=atmega328p $(TARGET).hex
# Reset target
reset:
avrdude -p $(MCU) -c $(PROGRAMMER) -E reset