Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

serial_utilities.h

Committer:
k4zuki
Date:
2014-10-18
Revision:
42:2b40666d8177
Parent:
30:e0d7524661ca

File content as of revision 42:2b40666d8177:


void    set_target_baud_rate( int baud_rate );
void    usb_serial_bridge_operation( void );

void    put_string( char *s );
void    put_binary( char *b, int size );
void    get_string( char *s );
int     get_binary( char *b, int length );
char    read_byte( void );

//  next line is not related to "serial feature", but all code affected by this are including this header file
#pragma diag_suppress 1293  //  surpressing a warning message of "assignment in condition" ;)