Skip to content

Commit e0e8dac

Browse files
committed
Add comment about the demo utilizing the Adafruit GPS featherwing
1 parent f9f4838 commit e0e8dac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/gps_tracker/gps_tracker.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* This demo utilizes the Adafruit GPS Featherwing to send the GPS position of
3+
* the device to a server with HTTP.
4+
*/
5+
16
#include <Adafruit_GPS.h>
27
#include <Arduino.h>
38
#include <http_client.h>

0 commit comments

Comments
 (0)