minimalist hardware testing support

Dependents:   MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more

Revision:
14:10219b869ac3
Parent:
12:55db0f4a417d
Child:
15:ac3e4930df8b
--- a/MaximTinyTester.h	Thu Apr 16 22:16:28 2020 -0700
+++ b/MaximTinyTester.h	Fri May 15 08:36:01 2020 +0000
@@ -132,6 +132,11 @@
         int arg_2_int,
         double expect_result);
 
+    bool FunctionCall_f_u_Expect(const char *nameOfFunctionUnderTest, 
+        Callback<double(uint16_t)> functionUnderTest,
+        uint16_t arg_1_u16,
+        double expect_result);
+
     bool FunctionCall_f_lu_Expect(const char *nameOfFunctionUnderTest, 
         Callback<double(uint32_t)> functionUnderTest,
         uint32_t arg_1_u32,