diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-08-07 15:10:33 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-08-07 15:10:33 +0800 |
commit | 5769ad9ec6e9d5969cfe004e42c2d0c2257f7a44 (patch) | |
tree | 3e4bb485add1ef1211af85bcca9bbfd687549f77 /gpslogger/gpslogger.ino | |
parent | ed5d853f77f12fb9c286ae8e1a705582f1996de2 (diff) | |
download | 2021-arduino-obd-5769ad9ec6e9d5969cfe004e42c2d0c2257f7a44.tar.gz 2021-arduino-obd-5769ad9ec6e9d5969cfe004e42c2d0c2257f7a44.tar.bz2 2021-arduino-obd-5769ad9ec6e9d5969cfe004e42c2d0c2257f7a44.zip |
add code header
Diffstat (limited to 'gpslogger/gpslogger.ino')
-rw-r--r-- | gpslogger/gpslogger.ino | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gpslogger/gpslogger.ino b/gpslogger/gpslogger.ino index 540962c..882dd73 100644 --- a/gpslogger/gpslogger.ino +++ b/gpslogger/gpslogger.ino @@ -1,3 +1,10 @@ +/************************************************************************* +* Arduino GPS Data Logger / Speed Meter / Odometer +* Distributed under GPL v2.0 +* Copyright (c) 2013 Stanley Huang <stanleyhuangyc@gmail.com> +* All rights reserved. +*************************************************************************/ + #include <Arduino.h> #include <Wire.h> #include <MultiLCD.h> |