12.07.2015 Views

Programming Manual Elektor Proton Robot - ELEKTOR.se

Programming Manual Elektor Proton Robot - ELEKTOR.se

Programming Manual Elektor Proton Robot - ELEKTOR.se

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

**************************************************************************/void LCD03_SET_CURSOR(char FCL_CURSOR);void LCD03_CLEAR_SCREEN();void LCD03_BACKLIGHT_ON();void LCD03_BACKLIGHT_OFF();void LCD_WRITE_STRING( const unsigned char * pString );void LCD03_WRITE_INT(int ii);void LCD03_WRITE_BYTE(char ii);void LCD03_CLEAR_LINE(char line); // line 0-1-2-3/*************************************************************************STRING FUNCTIONS - STRING FUNCTIONS - STRING FUNCTIONS - STRING FUNCTIONS**************************************************************************/unsigned char STR_LEN( const char *p );bit STR_EQUAL( const char *p, const char *q );bit STR_PREFIX( const char *p, const char *q );void STR_COPY( char *p, unsigned char s, char *q, unsigned char n );bit CHAR_IN( char c, const char * s );bit STRING_IN( const char * p, const char * q );/*************************************************************************RS232/UART FUNCTIONS - RS232/UART FUNCTIONS - RS232/UART FUNCTIONS**************************************************************************/void UART_INIT_1200( void );void UART_INIT_2400( void );void UART_INIT_4800( void );void UART_INIT_9600( void );void UART_INIT_19200( void );void UART_INIT_57600( void );void UART_INIT_115200( void );void UART_INIT_250000( void );bit UART_CHAR_AVAILABLE( void );char UART_CHAR_RECEIVE( void );bit UART_SEND_IDLE( void );void UART_CHAR_SEND( char c );void UART_STRING_SEND( const char *p );Bart Huyskens <strong>Manual</strong> <strong>Elektor</strong> <strong>Proton</strong> V1.0 3 April 2011 150

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!