updated for GPS wiring
This commit is contained in:
parent
723d26da5f
commit
0d52221ff1
|
|
@ -2,10 +2,10 @@
|
||||||
// and connect the fingerprint sensor directly to the USB/Serial
|
// and connect the fingerprint sensor directly to the USB/Serial
|
||||||
// chip converter.
|
// chip converter.
|
||||||
|
|
||||||
// Red connects to +5V
|
// Connect VIN to +5V
|
||||||
// Black connects to Ground
|
// Connect GND to Ground
|
||||||
// White goes to Digital 0
|
// Connect GPS RX (data into GPS) to Digital 0
|
||||||
// Green goes to Digital 1
|
// Connect GPS TX (data out from GPS) to Digital 1
|
||||||
|
|
||||||
void setup() {}
|
void setup() {}
|
||||||
void loop() {}
|
void loop() {}
|
||||||
Loading…
Reference in New Issue