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

Committer:
emh203
Date:
Thu Jul 17 00:18:36 2014 +0000
Revision:
1:d87a428e88ee
Parent:
0:29f58b9daa2c
Version for 1st project release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
emh203 0:29f58b9daa2c 1 #include "System.h"
emh203 0:29f58b9daa2c 2
emh203 0:29f58b9daa2c 3 DigitalOut SSR_HIGH_CURRENT_1(PTC3);
emh203 0:29f58b9daa2c 4 DigitalOut SSR_HIGH_CURRENT_2(PTC2);
emh203 0:29f58b9daa2c 5
emh203 0:29f58b9daa2c 6 DigitalOut SSR_LOW_CURRENT_1(PTC1);
emh203 0:29f58b9daa2c 7 DigitalOut SSR_LOW_CURRENT_2(PTC8);
emh203 0:29f58b9daa2c 8
emh203 0:29f58b9daa2c 9 AnalogIn TempSensor(PTB11);
emh203 0:29f58b9daa2c 10
emh203 0:29f58b9daa2c 11 Serial PC(PTB17, PTB16);