Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of i2c_configuring by
Diff: HK.cpp
- Revision:
- 1:bbddd1763652
- Parent:
- 0:e91ee0e99213
diff -r e91ee0e99213 -r bbddd1763652 HK.cpp --- a/HK.cpp Tue Apr 07 16:11:54 2015 +0000 +++ b/HK.cpp Tue Apr 07 18:10:19 2015 +0000 @@ -10,8 +10,8 @@ //--------------------------------------------MSB is SelectLines[0],LSB is SelectLines[3]-------------------------------- -AnalogIn CurrentInput(PIN54); // output from Current Mux PTB0 -AnalogIn VoltageInput(PIN53); // output from Voltage Multiplexer PTB1 +AnalogIn CurrentInput(PIN53); // output from Current Mux PTB0 +AnalogIn VoltageInput(PIN54); // output from Voltage Multiplexer PTB1 AnalogIn TemperatureInput(PIN55); /*PTB2 output from Temperature Multiplexer,thermistor Multiplexer- same multiplexer for both(lines 1-4 for thermistor,line 0 for temperature sensor)*/
