Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
22:bd98a782fba6
Parent:
21:e149d0bdbf4a
Child:
26:a63e73885b21
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/serial_utilities.h	Fri Sep 13 03:34:43 2013 +0000
@@ -0,0 +1,9 @@
+
+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 );