Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PsiSwarmLibrary by
Diff: serial.h
- Revision:
- 1:060690a934a9
- Parent:
- 0:d6269d17c8cf
- Child:
- 2:c6986ee3c7c5
--- a/serial.h Thu Feb 04 21:48:54 2016 +0000 +++ b/serial.h Thu Mar 03 23:21:47 2016 +0000 @@ -18,8 +18,10 @@ void handle_user_serial_message(char * message, char length, char interface); +void IF_start_file_transfer_mode(void); +void IF_end_file_transfer_mode(void); +void IF_file_transfer_timeout(void); void IF_handle_file_transfer_serial_message(char * message, char length, char interface); - void IF_handle_user_serial_message(char * message, char length, char interface); void IF_handle_command_serial_message(char message [3], char interface); void IF_setup_serial_interfaces(void);
