HIT Project #3 https://community.freescale.com/docs/DOC-99621

Dependencies:   EthernetInterface WebSocketClient mbed-rtos mbed

MonkeyDo!

/media/uploads/emh203/monkey-20plug2.png

These are the demo files for Freescale HIT project #3: Monkey Do. It uses a FRDM-AUTO + a FRDM-K64F to demo websockets for a simple IoT application.

See the main MonkeyDo page for all of the schematics, videos, GitHub links, etc for everything else!

https://community.freescale.com/docs/DOC-99621

Revision:
0:29f58b9daa2c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GLUE/Types.h	Fri Jul 04 22:55:47 2014 +0000
@@ -0,0 +1,13 @@
+
+#ifndef TFC_TYPES_H_
+#define TFC_TYPES_H_
+
+#ifndef TRUE
+#define TRUE    1
+#endif
+
+#ifndef FALSE
+#define FALSE  0
+#endif
+
+#endif /* TFC_TYPES_H_ */