Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Committer:
okano
Date:
Fri Sep 13 12:56:23 2013 +0000
Revision:
26:a63e73885b21
Parent:
22:bd98a782fba6
Child:
30:e0d7524661ca
code is still dirty but it works. I hope I will have chance to clean up some day...

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 21:e149d0bdbf4a 1
okano 21:e149d0bdbf4a 2 void set_target_baud_rate( int baud_rate );
okano 21:e149d0bdbf4a 3 void usb_serial_bridge_operation( void );
okano 21:e149d0bdbf4a 4
okano 21:e149d0bdbf4a 5 void put_string( char *s );
okano 21:e149d0bdbf4a 6 void put_binary( char *b, int size );
okano 21:e149d0bdbf4a 7 void get_string( char *s );
okano 21:e149d0bdbf4a 8 int get_binary( char *b, int length );
okano 21:e149d0bdbf4a 9 char read_byte( void );
okano 26:a63e73885b21 10