HK sensor acq pls

Dependencies:   mbed

Committer:
nbharaths
Date:
Thu Jun 26 08:13:48 2014 +0000
Revision:
0:d3502c903f56
hkey pls;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nbharaths 0:d3502c903f56 1 DigitalOut SelectLine3 (p24); // MSB of Select Lines
nbharaths 0:d3502c903f56 2
nbharaths 0:d3502c903f56 3 DigitalOut SelectLine2 (p23);
nbharaths 0:d3502c903f56 4
nbharaths 0:d3502c903f56 5 DigitalOut SelectLine1 (p22);
nbharaths 0:d3502c903f56 6
nbharaths 0:d3502c903f56 7 DigitalOut SelectLine0 (p21); // LSB of Select Lines
nbharaths 0:d3502c903f56 8
nbharaths 0:d3502c903f56 9 AnalogIn AnalogInput(p15); // Input from Multiplexer
nbharaths 0:d3502c903f56 10
nbharaths 0:d3502c903f56 11 void FUNC_HK_MAIN();