From a3844c03182f6eb375779cc4244dd1125a76a2ca Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Sat, 3 Dec 2011 02:17:01 -0700 Subject: [PATCH] Cleanup --- Open_Access_Control/Open_Access_Control.pde | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Open_Access_Control/Open_Access_Control.pde b/Open_Access_Control/Open_Access_Control.pde index b31c462..ec132f9 100644 --- a/Open_Access_Control/Open_Access_Control.pde +++ b/Open_Access_Control/Open_Access_Control.pde @@ -31,7 +31,9 @@ * Relay outputs on digital pins 6,7,8,9 //TODO: fix this conflict -WB * Reader 1: pins 2,3 * Ethernet: pins 10,11,12,13 (reserved for the Ethernet shield) - * LCD: pins 7, 6, 5, 4, 3, 2 + * LCD: pins 6, 5, 4 + * Buzzer Pin: 8 + * Warning LED: 9 * * Quickstart tips: * Compile and upload the code, then log in via serial console at 57600,8,N,1 @@ -136,10 +138,6 @@ void setup(){ // Runs once at Arduino boot-up // start the Ethernet connection: Ethernet.begin(mac, ip); - // set up the LCD's number of rows and columns: - lcd.begin(16, 2); - // Print a message to the LCD. - lcd.print("Hello"); } void loop() // Main branch, runs over and over again