Matt Goodrich
d7c9f848f6
Updated examples, split into HardwareSerial and SoftwareSerial; Removed NewSoftSerial
2019-03-14 14:22:28 -04:00
Matt Goodrich
8c064919ab
Doxyfied; Added code of conduct; Updated README; Added travis.yml
2019-03-12 17:21:45 -04:00
driverblock
77fe348437
Add hardware serial locus erase example
...
Added GPS_HardwareSerial_LOCUS_Erase.
Increased timeout value on waitForSentence function
updated library version to 1.0.3
2017-08-02 11:24:18 -04:00
ladyada
ea73a3a8f3
hardwareserial (non-interrupt) GPS LOCUS examplz
2017-08-01 23:27:56 -04:00
ladyada
e0beddd274
Merge branch 'master' of github.com:adafruit/Adafruit-GPS-Library
2017-08-01 22:55:59 -04:00
ladyada
afb7ee79c8
add 22hz update
2017-08-01 22:55:52 -04:00
driverblock
c12e424439
Add define to use Software Serial
...
Added a #define to enable software serial. Comment it out to not
include software serial. Forum user request for ability to eliminate
software serial.
https://forums.adafruit.com/viewtopic.php?f=51&t=103611#p519211
2016-09-25 10:26:05 -04:00
ladyada
614f4df905
allow uin32_t bauds https://github.com/adafruit/Adafruit_GPS/issues/42
2016-07-11 23:36:54 -04:00
Adnan RIHAN
0465ef1c52
Adde PMTK updates for 5 times/seconds
...
For average projects, I think it's a good idea to include 200 millihertz updates in the source code.
By default, debs can choose 5 Hz, 1Hz and 100 mHz. I think average amateur tracing projects would fit best at 200 mHz than at 1Hz or 100mHz.
2014-12-25 15:48:57 +01:00
Tony DiCola
eb4e66dcbe
Merge branch 'master' of https://github.com/Jcps/Adafruit-GPS-Library into Jcps-master
2014-10-24 17:34:21 -07:00
Larry
c85ca305f9
Fix warning about deprecated cast from string to char *.
2014-10-19 11:31:07 +13:00
Jack Sampson
3f4a1a5948
Addition of Google Maps friendly coordinates
...
Added a latitudeDegrees, which calculates the GPS position into only
degrees, which Google Maps uses.
2014-10-16 10:44:05 -04:00
Tony DiCola
43b9093d35
Update Adafruit_GPS.h
2014-08-18 11:09:55 -07:00
Tony DiCola
b1f0c6e5f8
Clarify 10hz logging rate instead of 100 mhz
2014-08-15 18:39:30 -07:00
Tony DiCola
f72d2acb50
Merge pull request #30 from flybob/master
...
Ultimate GPS
2014-08-15 18:37:42 -07:00
Tony DiCola
240f1bbdea
Add fixed point minute scaling back with correct floating point conversion.
2014-08-11 11:01:50 -07:00
Fltbob
1a8a9f46c4
Update Adafruit_GPS.h
2014-08-11 12:13:21 -04:00
Fltbob
b6afc00502
Update Adafruit_GPS.h
2014-08-11 12:09:08 -04:00
Tony DiCola
11cb409ead
Fix #22 by adding 1hz and 5hz position fix update commands. Update echo example to show command usage.
2014-08-07 12:00:36 -07:00
Tony DiCola
5523d30fed
Move fixed point value to latitude_fixed and longitude_fixed members.
2014-08-07 02:04:24 -07:00
Tony DiCola
32e40234c8
Merge branch 'master' of https://github.com/koehn/Adafruit-GPS-Library into koehn-master
2014-08-07 01:16:23 -07:00
Tony DiCola
9378a3d1f3
Fix merge conflict with #18
2014-08-06 14:58:41 -07:00
Tony DiCola
6cdde45623
Merge pull request #21 from djix123/master
...
Add support for stopping logging
2014-08-06 14:51:16 -07:00
Jonathan Giles
fdd6f04c37
Merge commit '5f0415ee68876e1ef1a7b13f9d835a496475a39e'
...
* commit '5f0415ee68876e1ef1a7b13f9d835a496475a39e':
Correcting name of download button
Fixed Leo Locus examples
fix bad commit
Due support
Add support for Arduino Due
Add #include <SPI.h>
2014-07-12 19:31:01 -04:00
orpheus88
6a51743f5a
Update Adafruit_GPS.h
...
Fixed checksum to disable Antenna Messages.
2014-06-20 15:30:38 +02:00
driverblock
cdcfd289ef
fix bad commit
2014-06-08 16:36:39 -04:00
driverblock
2d220aab9c
Due support
2014-06-08 15:46:05 -04:00
Jonathan Giles
54cbd80434
Merge commit '2a52767b76a5a9df15e26b83ea316b5116cc6fa6'
2014-05-04 10:08:09 -04:00
driverblock
2a52767b76
fix PGCMD_NOANTENNA checksum
...
PGCMD_NOANTENNA checksum was wrong.
2013-12-28 14:02:07 -05:00
Jonathan Giles
f4dba8e4b0
Add support for stopping logging
2013-10-27 12:15:00 -04:00
Justin R. Cutler
dbef3e9838
Typo fix
2013-07-20 21:45:03 -04:00
Stephan Menzel
91d1657f31
use const char ptr instead of non-const in string literal parameters
2013-06-02 14:44:40 +02:00
ladyada
3b48046a6e
cleaned up a tad
2013-02-26 15:24:17 -05:00
Brad Koehn
7a3956fbac
Made lat/long int32_t instead of floats for performance and precision
2013-02-25 21:02:50 -06:00
ladyada
c9adf10aa8
add antenna request status command name
2013-02-13 13:35:19 -05:00
ladyada
bd05ebfce9
sleepy messages
2012-11-09 12:01:23 -05: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
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
2c9541483b
Now with firmware version report query
2012-06-12 11:09:02 -04:00
Ladyada
47b173d6b2
added logging dump sketch
2012-04-17 11:42:20 -04:00
Ladyada
723d26da5f
parsing LOCUS status
2012-03-28 14:14:32 -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