aboutsummaryrefslogtreecommitdiff
path: root/Projects/SerialToLCD/SerialToLCD.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-04-14 21:47:02 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-04-14 21:47:02 +0000
commite649e3acd22981f3c661a161e37a0dc293949691 (patch)
tree746d86e183ad987764758b1f908f456acbe8120d /Projects/SerialToLCD/SerialToLCD.c
parentad9c999b064f6456f5b6876856000c7a139db5b9 (diff)
Minor formatting updates to the SerialToLCD project.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2159 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/SerialToLCD/SerialToLCD.c')
-rw-r--r--Projects/SerialToLCD/SerialToLCD.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/Projects/SerialToLCD/SerialToLCD.c b/Projects/SerialToLCD/SerialToLCD.c
index 7a289270..59522b35 100644
--- a/Projects/SerialToLCD/SerialToLCD.c
+++ b/Projects/SerialToLCD/SerialToLCD.c
@@ -33,31 +33,6 @@
*
* Main source file for the SerialToLCD program. This file contains the main tasks of
* the project and is responsible for the initial application hardware configuration.
- *
- * \section Hardware Information
- *
- * LCD Datasheet: See http://www.sparkfun.com/datasheets/LCD/HD44780.pdf
- *
- * Also see the two articles from EPE which are linked from here:
- * http://en.wikipedia.org/wiki/HD44780_Character_LCD
- *
- * Connections from the Minimus to the HD44780 as shown below.
- *
- * ========================================================= \n
- * Minimus HD44780 Pin \n
- * ========================================================= \n
- * PD0 DB4 11 \n
- * PD1 DB5 12 \n
- * PD2 DB6 13 \n
- * PD3 DB7 14 \n
- * \n
- * PD4 RS 4 \n
- * RW 5 GND \n
- * PD7 EN 6 \n
- * \n
- * 1 GND \n
- * 2 USB +5V \n
- * 3 2k -> GND \n
*/
#include "SerialToLCD.h"