We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f4838 commit e0e8dacCopy full SHA for e0e8dac
examples/gps_tracker/gps_tracker.ino
@@ -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
+
6
#include <Adafruit_GPS.h>
7
#include <Arduino.h>
8
#include <http_client.h>
0 commit comments