diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2014-11-30 23:55:54 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2014-12-01 19:02:25 +0100 |
commit | cad0c8ad16f2887793af35b125d4bd2b4413fdcb (patch) | |
tree | 6bc7871e8804ffd0a3263d931c8cc4f35200d5d9 /Makefile | |
parent | 8c26f252fef5bc204297e2319c0fb3353bec3199 (diff) | |
download | fiken_status_panel-cad0c8ad16f2887793af35b125d4bd2b4413fdcb.tar.gz fiken_status_panel-cad0c8ad16f2887793af35b125d4bd2b4413fdcb.tar.bz2 fiken_status_panel-cad0c8ad16f2887793af35b125d4bd2b4413fdcb.tar.xz fiken_status_panel-cad0c8ad16f2887793af35b125d4bd2b4413fdcb.zip |
o Initial import.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,7 +8,3 @@ ARDUINO_LIBS = BLE SPI ARDMK_DIR ?= /usr/share/arduino include $(ARDMK_DIR)/Arduino.mk - -#/usr/share/arduino/hardware/tools/avr/bin/avr-g++ -x c++ -include Arduino.h -MMD -c -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=105 -D__PROG_TYPES_COMPAT__ -I. -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/leonardo -I/usr/share/arduino/libraries/SPI -I/home/trygvis/sketchbook/libraries/BLE -Wall -ffunction-sections -fdata-sections -Os -DUSB_VID=0x2341 -DUSB_PID=0x8036 -fno-exceptions bitraf_door.ino -o build-leonardo/bitraf_door.o - -#/home/trygvis/opt/arduino-1.0.5/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega32u4 -DF_CPU=8000000L -MMD -DUSB_VID=0x03EB -DUSB_PID=0x2404 -DARDUINO=105 -I/home/trygvis/opt/arduino-1.0.5/hardware/arduino/cores/arduino -I/home/trygvis/sketchbook/hardware/blend/variants/BlendMicro-8MHz -I/home/trygvis/opt/arduino-1.0.5/libraries/SPI -I/home/trygvis/sketchbook/libraries/BLE /tmp/build8653612679895592527.tmp/bitraf_door.cpp -o /tmp/build8653612679895592527.tmp/bitraf_door.cpp.o |