コード例 #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)