Lots of work on the RX200 demo. Blinky and Full/Debug build configurations are now tested, after adding the BussonAndLCD.c/h files. Full/Optimised is yet to be built or tested.

This commit is contained in:
Richard Barry 2011-09-17 16:41:46 +00:00
parent 025abf6f6a
commit 83f0af8764
15 changed files with 798 additions and 774 deletions

View file

@ -35,10 +35,6 @@ struct _LCD_Params {
char *ptr_str;
};
void prvLCDTaskLine1( void *pvParameters );
void prvLCDTaskLine2( void *pvParameters );
/* RS Register Select pin */
#define RS_PIN PORTJ.PODR.BIT.B1
/* Display Enable pin */