Code: Select all
PYB: sync filesystems
PYB: soft reboot
MicroPython v1.5.1-58-gb4eccfd on 2015-12-03; PYBv1.1 with STM32F405RG
Type "help()" for more information.
>>> import network
>>> dir(network)
['__name__', 'route']
>>>
Code: Select all
PYB: sync filesystems
PYB: soft reboot
MicroPython v1.5.1-58-gb4eccfd on 2015-12-03; PYBv1.1 with STM32F405RG
Type "help()" for more information.
>>> import network
>>> dir(network)
['__name__', 'route']
>>>