editable serial input line buffer

Dependents:   MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more

Revision:
4:700b71cd3bd2
Parent:
2:0f702da53f2a
Child:
6:88e92f832c9a
--- a/CmdLine.h	Thu Jun 20 22:25:39 2019 +0000
+++ b/CmdLine.h	Tue Jul 16 10:24:18 2019 +0000
@@ -148,6 +148,7 @@
     bool parse_and_remove_key(const char *key, char *valueBuf, size_t valueBufLen);
 
     bool parse_frequency_Hz(const char *key, uint32_t& frequency_Hz);
+    bool parse_interval_usec(const char *key, us_timestamp_t& interval_usec);
     bool parse_flag(const char *key, uint8_t& nFlagVar, const uint8_t nFlagBitMask);
     bool parse_byte_hex(const char *key, uint8_t& nByteVar);
     bool parse_byte_dec(const char *key, uint8_t& nByteVar);