diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2014-03-10 17:28:07 +0100 |
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2014-04-22 16:51:13 +0200 |
| commit | e69b2bc45ff0940b475a1832d25e051240fbda32 (patch) | |
| tree | e4847c55b06e4aa2ee71e2dab05663bd6be34757 /Makefile | |
| parent | 8493da1edbc863cd8525bebca4ab86ef1888c232 (diff) | |
| download | hourglass-e69b2bc45ff0940b475a1832d25e051240fbda32.tar.gz hourglass-e69b2bc45ff0940b475a1832d25e051240fbda32.tar.bz2 hourglass-e69b2bc45ff0940b475a1832d25e051240fbda32.zip | |
Initial accel implementation
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 gyro.c gyro.h +sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyro.c gyro.h accel.c accel.h avr-gcc -std=gnu99 -mmcu=$(MCU) -Os -o $@ $^ sanduhr.hex: sanduhr.elf |
