minimalist hardware testing support

Dependents:   MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more

Revision:
15:ac3e4930df8b
Parent:
14:10219b869ac3
Child:
16:bb4b003a5cd2
--- a/MaximTinyTester.h	Fri May 15 08:36:01 2020 +0000
+++ b/MaximTinyTester.h	Thu Aug 06 21:11:33 2020 +0000
@@ -121,6 +121,12 @@
         double arg_1_voltageV,
         uint16_t expect_result);
 
+    // MaximTinyTester FunctionCall_lu_f_Expect support MAX5719
+    bool FunctionCall_lu_f_Expect(const char *nameOfFunctionUnderTest, 
+        Callback<uint32_t(double)> functionUnderTest,
+        double arg_1_voltageV,
+        uint32_t expect_result);
+
     bool FunctionCall_f_d_Expect(const char *nameOfFunctionUnderTest, 
         Callback<double(int)> functionUnderTest,
         int arg_1_u16,