esp32_Adafruit_GPS/examples/blank/blank.ino

12 lines
310 B
Arduino
Raw Normal View History

2012-03-27 22:56:07 +01:00
// this sketch will allow you to bypass the Atmega chip
// 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() {}
void loop() {}