This release includes 2 zipped precompiled binaries; USB disabled version and USB enabled version.
USB enabled version is experimental and unstable.
bootcode.bin
and start.elf
are not included in the ZIP files. Please download them separately from here.
MicroPython 84a999b-dirty on 2018-11-24; Raspberry Pi with ARM1176JZF-S
Type "help()" for more information.
>>> help('modules')
__main__ gpu re uio
_boot hashlib struct ujson
array io sys uos
binascii json time urandom
builtins machine ubinascii ure
cmath math ucollections ustruct
collections mcu uctypes utime
errno micropython uerrno utimeq
framebuf os uhashlib uzlib
gc random uheapq zlib
Plus any modules on the filesystem
>>> import machine; help(machine)
object <module 'umachine'> is of type module
__name__ -- umachine
Pin -- <class 'Pin'>
Timer -- <class 'Timer'>
SD -- <class 'SDCard'>
I2C -- <class 'I2C'>
SPI -- <class 'SPI'>
PWM -- <class 'PWM'>
Clock -- <class 'Clock'>
disable_irq -- <function>
enable_irq -- <function>
>>>