Enabling the Arduino Watchdog Timer (WDT)

Include the header file: Enable the WDT Typically in your applications setup() function Possible issue: We’ve had issues with the watchdog enabled and program uploading never leaving the “Uploading…” stage, where disabling the watchdog would fix the issue. There may be a need to delay turning on the WDT at start – TBC. Available time […]

Read More