Interface layer for the mbed boards ready for the JAVA library

Dependencies:   C12832 LM75B MMA7660 mbed FXOS8700Q

Fork of frdm_serial by Michael Berry

Revision:
6:adf2837c1e7f
Parent:
5:d9f8c2f63323
--- a/comms.h	Fri Dec 04 14:42:01 2015 +0000
+++ b/comms.h	Mon Dec 21 11:36:29 2015 +0000
@@ -12,6 +12,7 @@
         void sendFloat(float &f);
         void sendInt16(uint16_t &i);
         void sendChar(char c);
+        void sendBool(bool b);
         void sendData(void* data, uint8_t len);
         
         float readFloat();