Subversion Repositories HomeAutomation

Rev

Rev 578 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 578 Rev 776
Line 1... Line 1...
1
# Application specific configuration file
1
# Application specific configuration file
2
# All parameters required by library code should be defined here
2
# All parameters required by library code should be defined here
-
 
3
 
-
 
4
# PIN definitions for CoreCard setup
-
 
5
#LCD_PORT=PORTB		/* port for the LCD lines */
-
 
6
#LCD_DATA0_PORT=PORTD	/* port for 4bit data bit 0 */
-
 
7
#LCD_DATA1_PORT=PORTD	/* port for 4bit data bit 1 */
-
 
8
#LCD_DATA2_PORT=PORTC	/* port for 4bit data bit 2 */
-
 
9
#LCD_DATA3_PORT=PORTC	/* port for 4bit data bit 3 */
-
 
10
#LCD_DATA0_PIN=1	/* pin for 4bit data bit 0 */
-
 
11
#LCD_DATA1_PIN=0	/* pin for 4bit data bit 1 */
-
 
12
#LCD_DATA2_PIN=5	/* pin for 4bit data bit 2 */
-
 
13
#LCD_DATA3_PIN=4	/* pin for 4bit data bit 3 */
-
 
14
#LCD_RS_PORT=LCD_PORT	/* port for RS line */
-
 
15
#LCD_RS_PIN=7		/* pin  for RS line */
-
 
16
#LCD_RW_PORT=LCD_PORT	/* port for RW line */
-
 
17
#LCD_RW_PIN=2		/* pin  for RW line */
-
 
18
#LCD_E_PORT=LCD_PORT	/* port for Enable line */
-
 
19
#LCD_E_PIN=0		/* pin  for Enable line */