From 0d52221ff1ebaa0a2dfd1305f081460c9a40bf88 Mon Sep 17 00:00:00 2001 From: Ladyada Date: Mon, 16 Apr 2012 14:41:48 -0400 Subject: [PATCH] updated for GPS wiring --- examples/blank/blank.ino | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/blank/blank.ino b/examples/blank/blank.ino index f06909c..d72663b 100644 --- a/examples/blank/blank.ino +++ b/examples/blank/blank.ino @@ -2,10 +2,10 @@ // and connect the fingerprint sensor directly to the USB/Serial // chip converter. -// Red connects to +5V -// Black connects to Ground -// White goes to Digital 0 -// Green goes to Digital 1 +// 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() {} +void loop() {} \ No newline at end of file