jayanth.devarayanadurga
Banned
- Joined
- Dec 4, 2012
- Messages
- 4,280
- Helped
- 822
- Reputation
- 1,654
- Reaction score
- 791
- Trophy points
- 1,393
- Location
- Bangalore, India
- Activity points
- 0
I am using something like this in my XC8 PIC16F876A Code but it gives Syntax error. The below is an example.
The above code is an example. Actually I am using LCD Code where LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7 is giving errors.
Code C - [expand] 1 2 3 4 5 6 7 8 #define LED PORTBbits.RB0 void main(){ LED = 1; //This line gives error. }
The above code is an example. Actually I am using LCD Code where LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7 is giving errors.