예제 #1
0
def test2():
    watchdog = Watchdog(connection=None)
    watchdog.reset()
    watchdog.enable(watchdog.WDTO_1S)
    watchdog.disable()
예제 #2
0
 def watchdog(self):
     """Direct access to watchdog timer."""
     return Watchdog(self.connection)