2012-03-27 22:56:07 +01:00
|
|
|
// this sketch will allow you to bypass the Atmega chip
|
2012-04-27 21:49:18 +01:00
|
|
|
// and connect the GPS sensor directly to the USB/Serial
|
2012-03-27 22:56:07 +01:00
|
|
|
// chip converter.
|
|
|
|
|
|
2012-04-16 19:41:48 +01:00
|
|
|
// 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
|
2012-03-27 22:56:07 +01:00
|
|
|
|
|
|
|
|
void setup() {}
|
2012-04-27 21:49:18 +01:00
|
|
|
void loop() {}
|