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 Types.h Source File

Types.h

00001 
00002 #ifndef TFC_TYPES_H_
00003 #define TFC_TYPES_H_
00004 
00005 #ifndef TRUE
00006 #define TRUE    1
00007 #endif
00008 
00009 #ifndef FALSE
00010 #define FALSE  0
00011 #endif
00012 
00013 #endif /* TFC_TYPES_H_ */