]> git.piffa.net Git - arduino/blob - books/pdummies/Libraries/Adafruit_GPS/examples/blank/blank.pde
first commit
[arduino] / books / pdummies / Libraries / Adafruit_GPS / examples / blank / blank.pde
1 // this sketch will allow you to bypass the Atmega chip
2 // and connect the GPS sensor directly to the USB/Serial
3 // chip converter.
4
5 // Connect VIN to +5V
6 // Connect GND to Ground
7 // Connect GPS RX (data into GPS) to Digital 0
8 // Connect GPS TX (data out from GPS) to Digital 1
9
10 void setup() {}
11 void loop() {}