import wdt x = wdt.getDefaultPeriod() print (x) q = setPeriod(10) print (q) y = wdt.getPeriod() print (y) z = wdt.getVrasp() print (z) output: -1 -1 -1 -1 I don't seem to be talking to the watch dog timer?