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.
Dependents: MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more
Diff: MaximTinyTester.h
- Revision:
- 1:f98ddb04f9e0
- Parent:
- 0:93d4119d3f14
- Child:
- 3:080aa1bb1bc0
--- a/MaximTinyTester.h Mon Jun 10 07:47:42 2019 +0000
+++ b/MaximTinyTester.h Fri Jun 21 10:52:47 2019 +0000
@@ -57,7 +57,10 @@
AnalogIn& analogInPin2,
AnalogIn& analogInPin3,
AnalogIn& analogInPin4,
- AnalogIn& analogInPin5);
+ AnalogIn& analogInPin5,
+ DigitalOut& m_RFailLED,
+ DigitalOut& m_GPassLED,
+ DigitalOut& m_BBusyLED);
AnalogIn& analogInPin0;
AnalogIn& analogInPin1;
@@ -67,6 +70,12 @@
AnalogIn& analogInPin5;
float analogInPin_fullScaleVoltage[6];
+ // MaximTinyTester add LED indicators m_RFailLED, m_GPassLED, m_BBusyLED
+ DigitalOut& m_RFailLED;
+ DigitalOut& m_GPassLED;
+ DigitalOut& m_BBusyLED;
+ int blink_time_msec;
+
/** err_threshold determines how closely a float or double result must match the expected value
*/
double err_threshold;
@@ -117,4 +126,3 @@
#endif // __MaximTinyTester_H__
// End of file
-