12 lines
310 B
Plaintext
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() {}
|