diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-03-18 22:37:18 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-03-18 22:37:18 +0800 |
commit | be625d6ca4cf59fb4f4d0e2fe79d798a529b8c3d (patch) | |
tree | 5381012b46ad39362d5c08dbd7c82736eee73a6f /unologger/unologger.depend | |
parent | 6aaf937f2c17d713966b3b3d647fa35980a3b8ce (diff) | |
download | 2021-arduino-obd-be625d6ca4cf59fb4f4d0e2fe79d798a529b8c3d.tar.gz 2021-arduino-obd-be625d6ca4cf59fb4f4d0e2fe79d798a529b8c3d.tar.bz2 2021-arduino-obd-be625d6ca4cf59fb4f4d0e2fe79d798a529b8c3d.zip |
Cleanup
Diffstat (limited to 'unologger/unologger.depend')
-rw-r--r-- | unologger/unologger.depend | 73 |
1 files changed, 73 insertions, 0 deletions
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> + |