Table of Contents
Debug and Watchdog
Debug
Watchdog
Debug and Watchdog
Inspect execution state or configure the Watchdog.
Debug
debugStart()
— Sets the port and baud rate for debug output.
debugStop()
— Stops debug output.
debugState()
— Returns whether debug output is enabled.
debug()
— Outputs values only when debugging is enabled.
debugln()
— Outputs a debug value followed by a newline.
Watchdog
WDT_ENABLE()
— Sets the Watchdog timeout and starts it.
WDT_DISABLE()
— Stops the Watchdog.
WDT()
— Refreshes the Watchdog before its timeout expires.
← Built-in function list