Files
reversegeocache/lib/Adafruit-GPS-Library/examples/blank/blank.pde
2015-12-03 00:35:33 +01:00

12 lines
310 B
Plaintext

// this sketch will allow you to bypass the Atmega chip
// and connect the GPS sensor directly to the USB/Serial
// chip converter.
// Connect VIN to +5V
// Connect GND to Ground
// Connect GPS RX (data into GPS) to Digital 0
// Connect GPS TX (data out from GPS) to Digital 1
void setup() {}
void loop() {}