somf0872
Member level 5
- Joined
- Oct 14, 2003
- Messages
- 92
- Helped
- 1
- Reputation
- 2
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 917
c langugage
Can anybody help me out that what does this C-language commands mean :
PORTC &= ~((1<<LCD_RW)|(1<<LCD_E));
PORTC |= ((1<<LCD_RS)|(1<<LCD_E));
I mean ................... I need some explanation on this.
--X--
Can anybody help me out that what does this C-language commands mean :
PORTC &= ~((1<<LCD_RW)|(1<<LCD_E));
PORTC |= ((1<<LCD_RS)|(1<<LCD_E));
I mean ................... I need some explanation on this.
--X--