diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2014-02-26 11:49:34 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2014-02-26 11:49:34 +0100 |
commit | 85ec57bb6f545084426527ecc80269544b904067 (patch) | |
tree | 6aa0f1fd0a4ed8f4305d442ec83ec30698f22366 /Makefile | |
parent | b89a708807c72c67b128aa3d684afdbd694f66bc (diff) | |
download | hourglass-85ec57bb6f545084426527ecc80269544b904067.tar.gz hourglass-85ec57bb6f545084426527ecc80269544b904067.tar.bz2 hourglass-85ec57bb6f545084426527ecc80269544b904067.zip |
Add gyroscope abstraction layer
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ MCU = atmega88 all: sanduhr.hex -sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h +sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyroscope.c gyroscope.h avr-gcc -std=gnu99 -mmcu=$(MCU) -Os -o $@ $^ sanduhr.hex: sanduhr.elf |