Slide 9
Slide 9 text
MicroPython
Key points:
● Re-implementation of Python 3, written in C
● Contains a small subset of the standard library
● Optimized for constrained environments
Features:
● Interactive prompt (REPL)
● List comprehensions, generators, closures
● Exception handling
● Access to GPIO, PWM, ADC, UART and more
Requirements:
● 256k code space
● 16k RAM