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

Dependencies:   EthernetInterface WebSocketClient mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers System.h Source File

System.h

00001 
00002 #ifndef _SYSTEM_H
00003 #define _SYSTEM_H
00004 
00005 #include "mbed.h"
00006 #include "stdint.h"
00007 #include "Queue.h"
00008 #include "Terminal.h"
00009 #include "Types.h"
00010 #include "IO.h"
00011 #include "EthernetInterface.h"
00012 #include "Websocket.h"
00013 
00014 #endif