javos65 / WDTZero

Allows to use the WatchDog functionality for Arduino Zero, MKRZero and MKR1000 only
15 stars 12 forks source link

Callback does not working #3

Closed marianodo closed 3 years ago

marianodo commented 4 years ago

Hi, I'm using this library on a SAMD21 as Arduino M0. The WDT works fine but never call the callback. I attached my callback as the example but didnt work

javos65 commented 4 years ago

need to check.

salvq commented 4 years ago

Callback is working for me just fine, just take in mind that it works only for soft reset, not HW one.