mickent
Joined: 18 Feb 2007 Posts: 22 Location: TN, USA
|
Porting LCD420.c to PIC33 series |
Posted: Sun Jan 27, 2008 4:56 pm |
|
|
In LCD420.c they overlay the pin assignments to port B with
Code: | #byte lcd = 6 // This puts the entire structure
// on to port B (at address 6) |
Can anyone tell me how to do this on a PIC33 series to port E?
I tried 0x02DA, DA, 02DA and they all throw up an error upon compiling. _________________ Mick |
|