MicroPython documentation and references¶
- Quick reference for the WiPy
- General information about the WiPy
- No floating point support
- Before applying power
- WLAN default behaviour
- Telnet REPL
- Local file system and FTP access
- FileZilla settings
- Upgrading the firmware Over The Air
- Boot modes and safe boot
- The heartbeat LED
- Details on sleep modes
- Additional details for machine.Pin
- Additional details for machine.I2C
- Known issues
- WiPy tutorials and examples
- MicroPython libraries
- Python standard libraries and micro-libraries
- Builtin Functions
array
– arrays of numeric datagc
– control the garbage collectorselect
– wait for events on a set of streamssys
– system specific functionsubinascii
– binary/ASCII conversionsujson
– JSON encoding and decodinguos
– basic “operating system” servicesure
– regular expressionsusocket
– socket moduleussl
– SSL/TLS moduleutime
– time related functions
- MicroPython-specific libraries
btree
– simple BTree databaseframebuf
— Frame buffer manipulationmachine
— functions related to the hardware- Reset related functions
- Interrupt related functions
- Power related functions
- Miscellaneous functions
- Constants
- Classes
- class ADC – analog to digital conversion
- class ADCChannel — read analog values from internal or external sources
- class I2C – a two-wire serial protocol
- class Pin – control I/O pins
- class RTC – real time clock
- class SD – secure digital memory card
- class SPI – a Serial Peripheral Interface bus protocol (master side)
- class Timer – control hardware timers
- class TimerChannel — setup a channel for a timer
- class UART – duplex serial communication bus
- class WDT – watchdog timer
micropython
– access and control MicroPython internalsnetwork
— network configurationuctypes
– access binary data in a structured way
- Libraries specific to the WiPy
- Python standard libraries and micro-libraries
- MicroPython Differences from CPython
- MicroPython license information
- MicroPython documentation contents
- Quick reference for the WiPy
- General information about the WiPy
- No floating point support
- Before applying power
- WLAN default behaviour
- Telnet REPL
- Local file system and FTP access
- FileZilla settings
- Upgrading the firmware Over The Air
- Boot modes and safe boot
- The heartbeat LED
- Details on sleep modes
- Additional details for machine.Pin
- Additional details for machine.I2C
- Known issues
- WiPy tutorials and examples
- MicroPython libraries
- Python standard libraries and micro-libraries
- Builtin Functions
array
– arrays of numeric datagc
– control the garbage collectorselect
– wait for events on a set of streamssys
– system specific functionsubinascii
– binary/ASCII conversionsujson
– JSON encoding and decodinguos
– basic “operating system” servicesure
– regular expressionsusocket
– socket moduleussl
– SSL/TLS moduleutime
– time related functions
- MicroPython-specific libraries
btree
– simple BTree databaseframebuf
— Frame buffer manipulationmachine
— functions related to the hardware- Reset related functions
- Interrupt related functions
- Power related functions
- Miscellaneous functions
- Constants
- Classes
- class ADC – analog to digital conversion
- class ADCChannel — read analog values from internal or external sources
- class I2C – a two-wire serial protocol
- class Pin – control I/O pins
- class RTC – real time clock
- class SD – secure digital memory card
- class SPI – a Serial Peripheral Interface bus protocol (master side)
- class Timer – control hardware timers
- class TimerChannel — setup a channel for a timer
- class UART – duplex serial communication bus
- class WDT – watchdog timer
micropython
– access and control MicroPython internalsnetwork
— network configurationuctypes
– access binary data in a structured way
- Libraries specific to the WiPy
- Python standard libraries and micro-libraries
- The MicroPython language
- The MicroPython Interactive Interpreter Mode (aka REPL)
- Writing interrupt handlers
- Maximising Python Speed
- MicroPython on Microcontrollers
- MicroPython Differences from CPython
- MicroPython license information