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:
- 2:c6986ee3c7c5
- Parent:
- 1:060690a934a9
- Child:
- 5:3cdd1a37cdd7
diff -r 060690a934a9 -r c6986ee3c7c5 serial.h --- a/serial.h Thu Mar 03 23:21:47 2016 +0000 +++ b/serial.h Fri Mar 11 13:51:24 2016 +0000 @@ -5,9 +5,9 @@ * (C) Dept. Electronics & Computer Science, University of York * James Hilder, Alan Millard, Alexander Horsfield, Homero Elizondo, Jon Timmis * - * PsiSwarm Library Version: 0.4 + * PsiSwarm Library Version: 0.41 * - * February 2016 + * March 2016 * * */ @@ -34,6 +34,8 @@ float IF_decode_float(char byte0, char byte1); float IF_decode_float(char byte0); float IF_decode_unsigned_float(char byte0); +void IF_set_filename(char * filename_in); +unsigned short IF_calculateCRC16(int file_length); #endif \ No newline at end of file
