machine.idle()

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Simsys
Posts: 3
Joined: Fri Jun 10, 2016 1:58 pm

machine.idle()

Post by Simsys » Fri Jun 10, 2016 2:05 pm

Hi,

what is about machine.idle()? On my board it seems not to be available:

>>> import machine
>>> machine.idle()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'idle'

MicroPython v1.8.1-30-g343b5c1 on 2016-06-10; ESP module with ESP8266

thanks
Simsys

Post Reply