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 IO.cpp Source File

IO.cpp

00001 #include "System.h"
00002 
00003 DigitalOut SSR_HIGH_CURRENT_1(PTC3);
00004 DigitalOut SSR_HIGH_CURRENT_2(PTC2);
00005 
00006 DigitalOut SSR_LOW_CURRENT_1(PTC1);
00007 DigitalOut SSR_LOW_CURRENT_2(PTC8);
00008 
00009 AnalogIn  TempSensor(PTB11);
00010 
00011 Serial PC(PTB17, PTB16);