Final Code For HK

Dependencies:   mbed

Revision:
0:333cda053c40
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hkfinal.h	Tue Jul 08 16:03:07 2014 +0000
@@ -0,0 +1,12 @@
+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);
\ No newline at end of file