Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

command_utilities.h

Committer:
okano
Date:
2013-09-13
Revision:
21:e149d0bdbf4a

File content as of revision 21:e149d0bdbf4a:


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 );