Bharath S
/
mbed_hkey
Diff: HK.h
- Revision:
- 0:d3502c903f56
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HK.h Thu Jun 26 08:13:48 2014 +0000 @@ -0,0 +1,11 @@ +DigitalOut SelectLine3 (p24); // MSB of Select Lines + +DigitalOut SelectLine2 (p23); + +DigitalOut SelectLine1 (p22); + +DigitalOut SelectLine0 (p21); // LSB of Select Lines + +AnalogIn AnalogInput(p15); // Input from Multiplexer + +void FUNC_HK_MAIN();