diff options
Diffstat (limited to 'unologger')
-rw-r--r-- | unologger/.objs/unologger.o | bin | 19992 -> 21084 bytes | |||
-rw-r--r-- | unologger/config.h | 2 | ||||
-rw-r--r-- | unologger/unologger.depend | 73 | ||||
-rw-r--r-- | unologger/unologger.layout | 24 |
4 files changed, 98 insertions, 1 deletions
diff --git a/unologger/.objs/unologger.o b/unologger/.objs/unologger.o Binary files differindex e0a1d14..d8183c9 100644 --- a/unologger/.objs/unologger.o +++ b/unologger/.objs/unologger.o diff --git a/unologger/config.h b/unologger/config.h index 2be5a7d..5ec6061 100644 --- a/unologger/config.h +++ b/unologger/config.h @@ -10,7 +10,7 @@ * Data logging/streaming out **************************************/ #define ENABLE_DATA_OUT 0 -#define ENABLE_DATA_LOG 0 +#define ENABLE_DATA_LOG 1 #define USE_SOFTSERIAL 0 //this defines the format of log file #define LOG_FORMAT FORMAT_CSV diff --git a/unologger/unologger.depend b/unologger/unologger.depend new file mode 100644 index 0000000..54000de --- /dev/null +++ b/unologger/unologger.depend @@ -0,0 +1,73 @@ +# depslib dependency file v1.0 +1394947618 source:e:\arduino\arduinoobd\unologger\unologger.ino + <Arduino.h> + <Wire.h> + <OBD.h> + <SPI.h> + <SD.h> + <MPU6050.h> + "MultiLCD.h" + "images.h" + "config.h" + <SoftwareSerial.h> + "datalogger.h" + +1371033101 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\arduino.h + <stdlib.h> + <string.h> + <math.h> + <avr/pgmspace.h> + <avr/io.h> + <avr/interrupt.h> + "binary.h" + "WCharacter.h" + "WString.h" + "HardwareSerial.h" + "pins_arduino.h" + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\binary.h + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\wcharacter.h + <ctype.h> + +1371033133 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\wstring.h + <stdlib.h> + <string.h> + <ctype.h> + <avr/pgmspace.h> + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\hardwareserial.h + <inttypes.h> + "Stream.h" + "USBAPI.h" + +1371032829 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\stream.h + <inttypes.h> + "Print.h" + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\print.h + <inttypes.h> + <stdio.h> + "WString.h" + "Printable.h" + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\printable.h + <new.h> + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\new.h + <stdlib.h> + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\cores\arduino\usbapi.h + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\variants\standard\pins_arduino.h + <avr/pgmspace.h> + +1391012219 e:\arduino\arduinoobd\unologger\images.h + +1394948886 e:\arduino\arduinoobd\unologger\config.h + +1391012219 e:\arduino\arduinoobd\unologger\datalogger.h + +1362986950 d:\apps\codeblocks\arduino\hardware\arduino\variants\mega\pins_arduino.h + <avr/pgmspace.h> + diff --git a/unologger/unologger.layout b/unologger/unologger.layout new file mode 100644 index 0000000..dd0a116 --- /dev/null +++ b/unologger/unologger.layout @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_layout_file> + <ActiveTarget name="Arduino Uno" /> + <File name="config.h" open="1" top="1" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="1076" topLine="0" /> + </Cursor> + </File> + <File name="datalogger.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="2417" topLine="88" /> + </Cursor> + </File> + <File name="images.h" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="0" topLine="0" /> + </Cursor> + </File> + <File name="unologger.ino" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> + <Cursor> + <Cursor1 position="1946" topLine="50" /> + </Cursor> + </File> +</CodeBlocks_layout_file> |