Comment updates

This commit is contained in:
Will Bradley 2014-02-23 01:27:14 -07:00
parent de69a15961
commit e02431e2c3

View File

@ -1,8 +1,9 @@
/* /*
* Open Source RFID Access Controller - MINIMAL HTTP EDITION * Open Source RFID Access Controller - MINIMAL HTTP EDITION
* AKA RFID Interlock
* *
* 11/27/2011 v0.01 * 02/23/2014 v0.1
* Last build test with Arduino v00.22 * Last build test with Arduino v1.00
* *
* Based on Open Source RFID Access Controller code by: * Based on Open Source RFID Access Controller code by:
* Arclight - arclight@23.org * Arclight - arclight@23.org
@ -28,12 +29,14 @@
* input device. * input device.
* Outputs go to relays for door hardware/etc control. * Outputs go to relays for door hardware/etc control.
* *
* Relay outputs on digital pins 7,8,9 //TODO: fix this conflict -WB * Relay output on digital pin 7
* Reader 1: pins 2,3 * RFID Reader: pins 2,3
* Ethernet: pins 10,11,12,13 (reserved for the Ethernet shield) * Ethernet: pins 10,11,12,13 (reserved for the Ethernet shield)
* LCD: pins 4, 5, * LCD: pins 4, 5, 6
* Warning buzzer: 8 * Warning buzzer: 8
* Warning led: 9 * Warning LED: 9
* Extend button: A5
* Logout button: A4
* *
* Quickstart tips: * Quickstart tips:
* Compile and upload the code, then log in via serial console at 57600,8,N,1 * Compile and upload the code, then log in via serial console at 57600,8,N,1