Attempt at making MPU6050 work via i2c
This commit is contained in:
parent
bdb94eb75b
commit
fd45ec264a
5 changed files with 105 additions and 2 deletions
4
makefile
4
makefile
|
|
@ -64,3 +64,7 @@ clean:
|
|||
|
||||
size: $(TARGET).hex
|
||||
avr-size --mcu=atmega328p $(TARGET).hex
|
||||
|
||||
# Reset target
|
||||
reset:
|
||||
avrdude -p $(MCU) -c $(PROGRAMMER) -E reset
|
||||
Loading…
Add table
Add a link
Reference in a new issue