WDT_T4 icon indicating copy to clipboard operation
WDT_T4 copied to clipboard

Watchdog for Teensy 4, WDOG1,2,3, and EWM

Results 3 WDT_T4 issues
Sort by recently updated
recently updated
newest added

According to https://github.com/tonton81/WDT_T4/blob/1910b57d24468cd3419959118a2e1e6192f5e7fa/examples/watchdog3_demo/watchdog3_demo.ino#L14-L15, the timeout and window parameters are set in seconds. But in the loop() function, the calculations are done using `millis()`, hence, in milliseconds: https://github.com/tonton81/WDT_T4/blob/1910b57d24468cd3419959118a2e1e6192f5e7fa/examples/watchdog3_demo/watchdog3_demo.ino#L23-L30 So the watchdog...

Hello, I see you have `library.json` in the source tree of the library, but the search by name for WDT_T4 at registry.platformio.org returns nothing. Did something happen?