Tony DiCola
df06c6b3ee
Merge pull request #26 from orpheus88/patch-1
...
Update Adafruit_GPS.h
2014-08-06 14:32:07 -07:00
Tony DiCola
a178002372
Merge pull request #28 from tapiralec/master
...
clarified parsing example for MEGA users
2014-08-06 14:28:00 -07:00
driverblock
defdba557d
Added interrupt support
...
Added interrupt support to shield_sdlog sketch
2014-07-30 09:18:03 -04:00
Alec Moore
b68f93f742
clarified parsing example for MEGA users
...
following the instructions in the comments while using a MEGA was wrong:
* "comment out the above six lines" - no six lines to comment out.
* mySerial was called on line 83 when requesting firmware version, and would
not have been instantiated if using just "Adafruit_GPS GPS(&Serial1);"
2014-07-29 11:26:48 -05:00
Limor "Ladyada" Fried
5f0415ee68
Merge pull request #27 from nubok/patch-1
...
Correcting name of download button
2014-06-27 22:47:23 -04:00
Wolfgang Keller
71677ba23f
Correcting name of download button
...
The name of download button has changed - we correct this in the README.txt file.
2014-06-27 20:40:39 +02:00
orpheus88
6a51743f5a
Update Adafruit_GPS.h
...
Fixed checksum to disable Antenna Messages.
2014-06-20 15:30:38 +02:00
driverblock
0028238a03
Fixed Leo Locus examples
...
Restored interrupt to leo_locus examples, since this is required for
locus logging to work.
2014-06-09 12:25:06 -04:00
driverblock
cdcfd289ef
fix bad commit
2014-06-08 16:36:39 -04:00
driverblock
bdf1b838a7
Merge branch 'master' of https://github.com/adafruit/Adafruit-GPS-Library
...
Conflicts:
Adafruit_GPS.cpp
2014-06-08 15:49:16 -04:00
driverblock
2d220aab9c
Due support
2014-06-08 15:46:05 -04:00
driverblock
1319d079bf
Add support for Arduino Due
...
Conditional compilation for Arduino Due.
Due support is hardcoded for Serial1
Added due_parsing and due_shield_sdlog examples
2014-03-24 16:09:24 -04:00
driverblock
c377018a85
Add #include <SPI.h>
...
Necessary to explicitly include SPI.h since updates to the SD library for Arduino Due support
2014-02-02 17:53:38 -05:00
driverblock
2a52767b76
fix PGCMD_NOANTENNA checksum
...
PGCMD_NOANTENNA checksum was wrong.
2013-12-28 14:02:07 -05:00
driverblock
fd40ce59d3
Merge pull request #19 from jrcutler/patch-1
...
Correct checksum on $PMTK001,161,3
2013-10-05 12:51:54 -07:00
Phillip Burgess
e395a2aa8c
Fixed Serial1 references in leo_echo sketch
2013-09-18 16:28:00 -07:00
driverblock
87067fc9b1
Removed vestigial #include GPSconfig.h
...
#include "GPSconfig.h" is leftover from some earlier version. Since the
fie is no longer in the library, it causes a compilation error
2013-07-24 09:28:21 -04:00
Justin R. Cutler
dbef3e9838
Typo fix
2013-07-20 21:45:03 -04:00
ladyada
3b48046a6e
cleaned up a tad
2013-02-26 15:24:17 -05:00
ladyada
1b3b0b0836
Adding note about shield
2013-02-18 15:57:47 -05:00
ladyada
c9adf10aa8
add antenna request status command name
2013-02-13 13:35:19 -05:00
ladyada
19ad73197e
add antenna request line
2013-02-13 13:35:05 -05:00
driverblock
ad5e4caef8
Added examples for use with Leonardo
...
Leonardo versions of echo, locus_dumpbasic, locus_erase, locus_start,
locus_status, and parsing sketches
2013-02-05 11:58:43 -05:00
ladyada
195c351b1b
added a little delay
2012-12-04 11:20:10 -05:00
ladyada
c9356449d4
oof copy&paste bugs!
2012-11-09 12:56:12 -05:00
ladyada
0658de0de0
pass thru gps test and cleaned up parsing code (interrupts dont work well, but we don't need them anyways)
2012-11-09 12:10:30 -05:00
ladyada
bd05ebfce9
sleepy messages
2012-11-09 12:01:23 -05:00
ladyada
d4991c8709
add examples for use with flora!
2012-11-07 17:25:53 -05:00
Limor "Ladyada" Fried
f40a7435cf
Merge pull request #3 from AustinSaintAubin/patch-1
...
Added Standby and Wakeup fuctions for powering down and powering back up
2012-11-03 16:33:26 -07:00
lady ada
9fbe3baf1f
got rid of annoying #define newsoftserial. parser doesnt work, ain't my monkey
2012-11-03 19:30:26 -04:00
lady ada
107c6cd87d
Merge branch 'master' of github.com:adafruit/Adafruit-GPS-Library
2012-11-03 19:27:51 -04:00
lady ada
9dce498b7d
add header includes
2012-11-03 19:27:41 -04:00
Limor "Ladyada" Fried
5849ed5b24
Merge pull request #7 from eckyecky/patch-1
...
Correct SET_BAUD's
2012-11-03 16:26:34 -07:00
eckyecky
3955abd995
Correct SET_BAUD's
2012-10-17 21:32:37 +12:00
ladyada
319531f4d2
added locus erase example
2012-09-07 20:25:48 -04:00
Ladyada
513c915851
Merge branch 'master' of github.com:adafruit/Adafruit-GPS-Library
2012-06-12 11:30:17 -04:00
Ladyada
2c9541483b
Now with firmware version report query
2012-06-12 11:09:02 -04:00
Austin St. Aubin
80f869ce8a
Added Standby and Wakeup fuctions for powering down and powering back up the GPS
2012-04-29 20:46:21 -05:00
Paint Your Dragon
bd99b452fd
Added hardware serial support, back compatible w/Arduino 0023
2012-04-27 13:49:18 -07:00
Ladyada
47b173d6b2
added logging dump sketch
2012-04-17 11:42:20 -04:00
Ladyada
df8764f196
added wrapping fix for timer
2012-04-16 16:28:16 -04:00
Ladyada
0d52221ff1
updated for GPS wiring
2012-04-16 14:41:48 -04:00
Ladyada
723d26da5f
parsing LOCUS status
2012-03-28 14:14:32 -04:00
Ladyada
ec67db3624
Echoing example
2012-03-28 12:39:08 -04:00
Ladyada
2488eb438c
fixed readme
2012-03-28 12:23:26 -04:00
Ladyada
b8ce3c6a4d
Parsing works with RMC & GGA with a nice example as well
2012-03-28 12:20:38 -04:00
Ladyada
ad4df7f289
pulled interrupt stuff to sketch
2012-03-27 18:20:41 -04:00
Ladyada
b05dacafad
Have to test parsing, but seems OK
2012-03-27 17:56:07 -04:00
Ladyada
05aefd5d84
woooo!
2012-03-26 12:57:23 -04:00