Porting drivers to ESP8266 port of MicroPython

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Re: Porting drivers to ESP8266 port of MicroPython

Post by mcauser » Mon Dec 19, 2016 11:13 pm

Code: Select all

pyb.wfi()
Is this roughly equivalent to Deep Sleep on the ESP8266?

Post Reply