FUNCTIONS in keywords.txt::
----- conditional break of execution with display to SerMon and prompt
assert_tt( expression ) :: the expression is tested and if FALSE breaks in to the debug code for
** Display
haltif_tt( expression ) :: the expression is tested and if TRUE breaks in to the debug code for
** Display
** Display allows Teensy to bootloader, dumping other info as desired rather than always doing SPEW with call to user Debug_Dump()
----- displays to SerMon with a simple command to see
where_tt() :: Send a line of debug output to monitor showing:: Function name and line number and the address of a stack variable for reference
addr_tt(a) :: Shows the HEX memory address of the provided memory object
debText_tt(a) :: Prints the code line # and the value provided
debText2_tt( a, b ) :: Prints the code line # and the two values provided
----- Logs to RAM for later display
deb_tt( a, b) :: Logs a setpoint in the storage array for the indicated value a and stores the uint32_t value, also records the line number and function
debBegin_tt :: Provides needed Begin values for the library
debTraceShow_tt :: Display the trace log
debTrace_tt :: Records a Trace entry