First commit, working build.
This commit is contained in:
11
lib/Adafruit-GPS-Library/examples/blank/blank.pde
Normal file
11
lib/Adafruit-GPS-Library/examples/blank/blank.pde
Normal file
@@ -0,0 +1,11 @@
|
||||
// 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() {}
|
||||
Reference in New Issue
Block a user