MicroPython documentation contentsΒΆ
- Quick reference for the WiPy
- General information about the WiPy
- MicroPython libraries
micropython
– access and control MicroPython internals- Python standard libraries
- Python micro-libraries
- Libraries specific to the WiPy
pyb
— functions related to the board- Time related functions
- Reset related functions
- Interrupt related functions
- Power related functions
- Miscellaneous functions
- Classes
- class ADC – analog to digital conversion: read analog values on a pin
- class HeartBeat – heart beat LED
- 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 master-driven serial protocol
- class Timer – control internal timers
- class TimerChannel — setup a channel for a timer
- class UART – duplex serial communication bus
- class WDT – watchdog timer
network
— network configuration
- The MicroPython language
- MicroPython license information