'''
Reset script for the cc3200 boards
This is needed to force the board to reboot
with the default WLAN AP settings
'''frommachineimportWDTimporttimeimportosmch=os.uname().machineifnot'LaunchPad'inmchandnot'WiPy'inmch:raiseException('Board not supported!')wdt=WDT(timeout=1000)print(wdt)time.sleep_ms(900)