Final Code For HK

Dependencies:   mbed

hkfinal.h

Committer:
nbharaths
Date:
2014-07-08
Revision:
0:333cda053c40

File content as of revision 0:333cda053c40:

DigitalOut SelectLine3 (p24); // MSB of Select Lines
DigitalOut SelectLine2 (p23);
DigitalOut SelectLine1 (p22);
DigitalOut SelectLine0 (p21); // LSB of Select Lines

AnalogIn CurrentInput(p15); // Input from Current Multiplexer
AnalogIn VoltageInput(p16); // Input from Voltage Multiplexer
AnalogIn TemperatureInput(p17); // input from Temperature Multiplexer

void FUNC_HK_MAIN();

int quantiz(float start,float step,float x);