editable serial input line buffer

Dependents:   MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more

Revision:
7:0bda7cfee767
Parent:
6:88e92f832c9a
Child:
9:12e37800ecdd
--- a/CmdLine.h	Tue Aug 13 16:20:23 2019 -0700
+++ b/CmdLine.h	Fri Sep 27 11:10:09 2019 +0000
@@ -160,6 +160,7 @@
     bool parse_uint16_dec(const char *key, uint16_t& uint16Var);
     bool parse_int16_hex(const char *key, int16_t& int16Var);
     bool parse_int16_dec(const char *key, int16_t& int16Var);
+    bool parse_double(const char *key, double& doubleVar);
     bool parse_float(const char *key, float& floatVar);
     bool parse_byteCount_byteList_hex(size_t& byteCount, char *mosiDataBuf, size_t mosiDataBufSize);
     bool parse_byteCount_byteList_dec(size_t& byteCount, char *mosiDataBuf, size_t mosiDataBufSize);