Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tools:micropython [2020/08/16 06:02]
darron [STM32]
tools:micropython [2020/08/17 11:35] (current)
darron [ESP32]
Line 116: Line 116:
 MicroPython v1.12-665-g60f5b941e on 2020-08-16; ESP32 module with ESP32 MicroPython v1.12-665-g60f5b941e on 2020-08-16; ESP32 module with ESP32
 Type "help()" for more information. Type "help()" for more information.
 +>>> help("modules")
 +__main__          gc                uasyncio/stream   upip_utarfile
 +_boot             inisetup          ubinascii         upysh
 +_onewire          machine           ubluetooth        urandom
 +_thread           math              ucollections      ure
 +_uasyncio         micropython       ucryptolib        urequests
 +_webrepl          neopixel          uctypes           uselect
 +apa106            network           uerrno            usocket
 +btree             ntptime           uhashlib          ussl
 +builtins          onewire           uhashlib          ustruct
 +cmath             sys               uheapq            utime
 +dht               uarray            uio               utimeq
 +ds18x20           uasyncio/__init__ ujson             uwebsocket
 +esp               uasyncio/core     umqtt/robust      uzlib
 +esp32             uasyncio/event    umqtt/simple      webrepl
 +flashbdev         uasyncio/funcs    uos               webrepl_setup
 +framebuf          uasyncio/lock     upip              websocket_helper
 +Plus any modules on the filesystem
 </code> </code>