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 |
ladyada
|
2343743068
|
fix skips for sdlog
|
2020-01-17 16:09:47 -05: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 |
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
|
deef2c00ff
|
Fix #29 by adjusting interrupt code's serial handling.
|
2014-08-07 11:45:27 -07:00 |
driverblock
|
defdba557d
|
Added interrupt support
Added interrupt support to shield_sdlog sketch
|
2014-07-30 09:18:03 -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
|
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
|
1b3b0b0836
|
Adding note about shield
|
2013-02-18 15:57:47 -05:00 |