MicroPython documentation contentsΒΆ
- Quick reference for the ESP8266
 - MicroPython libraries
micropython– access and control MicroPython internals- Python standard libraries
 - Python micro-libraries
 - Libraries specific to the ESP8266
network— network configurationesp— functions related to the ESP8266machine— functions related to the board- 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 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
 
 
 
 - The MicroPython language
- The MicroPython Interactive Interpreter Mode (aka REPL)
 - Writing interrupt handlers
 - Maximising Python Speed
 
 - MicroPython license information