HIT Project #3 https://community.freescale.com/docs/DOC-99621
Dependencies: EthernetInterface WebSocketClient mbed-rtos mbed
MonkeyDo!

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
System.h
- Committer:
- emh203
- Date:
- 2014-07-04
- Revision:
- 0:29f58b9daa2c
File content as of revision 0:29f58b9daa2c:
#ifndef _SYSTEM_H
#define _SYSTEM_H
#include "mbed.h"
#include "stdint.h"
#include "Queue.h"
#include "Terminal.h"
#include "Types.h"
#include "IO.h"
#include "EthernetInterface.h"
#include "Websocket.h"
#endif
Eli Hughes