Final Code For HK

Dependencies:   mbed

Committer:
nbharaths
Date:
Tue Jul 08 16:03:07 2014 +0000
Revision:
0:333cda053c40
HkFinal;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nbharaths 0:333cda053c40 1 DigitalOut SelectLine3 (p24); // MSB of Select Lines
nbharaths 0:333cda053c40 2 DigitalOut SelectLine2 (p23);
nbharaths 0:333cda053c40 3 DigitalOut SelectLine1 (p22);
nbharaths 0:333cda053c40 4 DigitalOut SelectLine0 (p21); // LSB of Select Lines
nbharaths 0:333cda053c40 5
nbharaths 0:333cda053c40 6 AnalogIn CurrentInput(p15); // Input from Current Multiplexer
nbharaths 0:333cda053c40 7 AnalogIn VoltageInput(p16); // Input from Voltage Multiplexer
nbharaths 0:333cda053c40 8 AnalogIn TemperatureInput(p17); // input from Temperature Multiplexer
nbharaths 0:333cda053c40 9
nbharaths 0:333cda053c40 10 void FUNC_HK_MAIN();
nbharaths 0:333cda053c40 11
nbharaths 0:333cda053c40 12 int quantiz(float start,float step,float x);