Rick Sellens
bc038a14cf
Example updates
2020-01-29 09:33:26 -05:00
Owen Torres
17bb6d1ed2
Replace boolean with standard bool
...
This causes deprecation warnings when compiling with the STM32duino
Arduino core.
2020-01-27 18:54:28 +00:00
Rick Sellens
c8d4e037e7
clanged files
2020-01-18 10:23:14 -05:00
Rick Sellens
a41cbce062
Add build() example to GPS_Hardware_Serial_Timing.ino
2020-01-18 09:18:13 -05:00
ladyada
418d265a74
fix more skips
2020-01-17 16:11:19 -05:00
ladyada
2343743068
fix skips for sdlog
2020-01-17 16:09:47 -05:00
ladyada
2e9fdfd1fa
add SD dep and only-skips
2020-01-17 15:58:18 -05:00
Lady Ada
7bb6e004a6
add SPI support - tested with TitanX1.
2019-11-16 19:06:07 -05:00
ladyada
dd40ff0d95
parsingdemo
2019-10-13 20:22:14 -04:00
ladyada
2213c03439
more workin' on i2c
2019-10-09 16:51:17 -04:00
Ladyada
c9632ab73c
basic i2c demo
2019-08-30 02:21:23 -04:00
Limor "Ladyada" Fried
50bf6203b5
Merge pull request #69 from stoph/patch-2
...
Fix spelling error
2019-07-09 13:22:01 -04:00
Matt Goodrich
efa9bfd857
Fix for #41 and #68 time parsing issues, based on fixes from HamishB
2019-05-16 11:55:42 -04:00
sellensr
5934857f24
Create .uno.test.skip
...
Uses Serial1, so it won't work with UNO, but does compile OK with ESP8266 (haven't tested)
2019-04-22 18:32:22 -04:00
Rick Sellens
a553d5c374
Delete .DS_Store
2019-04-22 17:23:21 -04:00
Rick Sellens
af4d406340
Delete .DS_Store
2019-04-22 15:47:01 -04:00
Rick Sellens
547b611daf
Changed time_t to uint32_t
...
forgot time_t isn't defined for UNO
2019-04-22 15:35:05 -04:00
sellensr
e121bb53c8
Track when sentence received
...
Improve the time information by tracking from when a sentence is received, rather than when it is parsed. Track last valid Date, Time, and Fix separately.
2019-04-20 13:51:00 -04:00
Matt Goodrich
bf079ad2cd
Skip tests for unsupported platforms; removed do nothing pieces
2019-03-14 17:05:30 -04:00
Matt Goodrich
d7c9f848f6
Updated examples, split into HardwareSerial and SoftwareSerial; Removed NewSoftSerial
2019-03-14 14:22:28 -04:00
Stoph
23dfb49f4e
Fix spelling error
2017-11-11 10:42:45 -05: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
3fbbc52add
simplify Flora & Featherwing to just have HwSerial test code
2016-07-11 23:33:09 -04:00
ladyada
7dea4ac0e6
generalized
2016-05-17 16:57:18 -04:00
driverblock
6457807802
Didn't work. Fix.
...
This didn't work. Changed mySerial to a #define
2015-10-08 13:39:03 -04:00
Tony DiCola
0aeb82c1b6
Update parsing example to show new long/lat degrees values.
2014-10-24 17:38:36 -07:00
Tony DiCola
f319935824
Update shield_sdlog.ino
2014-08-18 11:12:19 -07:00
Tony DiCola
f2545ed72a
Clarify 10hz logging rate instead of 100 mhz
2014-08-15 18:40:11 -07:00
Fltbob
5b51214619
Update shield_sdlog.ino
2014-08-11 12:12:23 -04:00
Fltbob
203d43900c
Update shield_sdlog.ino
2014-08-11 12:11:12 -04:00
Tony DiCola
ffb19795df
Fix race condition with calling lastNMEA twice in shield_sd example.
2014-08-08 13:18:10 -07:00
Tony DiCola
4b2006754e
Fix #14 by fixing compilation for Arduino Due, and updating due_parsing example text to clarify connections.
2014-08-07 13:08:27 -07: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
deef2c00ff
Fix #29 by adjusting interrupt code's serial handling.
2014-08-07 11:45:27 -07:00
Tony DiCola
b84816a775
Merge pull request #20 from don/rename-flora_dumplog
...
rename sketch to match folder
2014-08-06 14:54:11 -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
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
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
Don Coleman
62a579d886
rename sketch to match folder
2013-10-04 21:06:13 -04: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
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
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