I am using this library for using the watchdog timer in Arduino MKR1500. I am trying to use the watchdog to monitor and reset the Arduino if it gets stuck in the loop function trying to send and receive message. But I am not sure how to reset it, if the function gets implemented correctly. The github example does not reflect how to implement the reset. Can someone please help?