MicroPython
1.5
  • MicroPython libraries
  • MicroPython license information
  • MicroPython documentation contents
    • MicroPython libraries
    • The MicroPython language
    • MicroPython license information
MicroPython
  • Docs »
  • MicroPython documentation contents
  • View page source

MicroPython documentation contentsΒΆ

  • MicroPython libraries
    • micropython – access and control MicroPython internals
      • Functions
    • Python standard libraries
      • cmath – mathematical functions for complex numbers
        • Functions
        • Constants
      • gc – control the garbage collector
        • Functions
      • math – mathematical functions
        • Functions
        • Constants
      • os – basic “operating system” services
        • Pyboard specifics
        • Functions
        • Constants
      • struct – pack and unpack primitive data types
        • Functions
      • sys – system specific functions
        • Functions
        • Constants
      • time – time related functions
        • Functions
    • Python micro-libraries
      • ubinascii – binary/ASCII conversions
        • Functions
      • uctypes – access C structures
        • Defining structure layout
        • Module contents
        • Structure descriptors and instantiating structure objects
        • Structure objects
      • uhashlib – hashing algorithm
        • Constructors
        • Methods
      • uheapq – heap queue algorithm
        • Functions
      • ujson – JSON encoding and decoding
        • Functions
      • ure – regular expressions
        • Functions
        • Regex objects
        • Match objects
      • usocket – socket module
        • Functions
        • Exceptions
        • Constants
          • class socket
        • Methods
      • uzlib – zlib decompression
        • Functions
  • The MicroPython language
    • The MicroPython Interactive Interpreter Mode (aka REPL)
      • Auto-indent
      • Auto-completion
      • Interrupting a running program
      • Paste Mode
      • Soft Reset
      • The special variable _ (underscore)
      • Raw Mode
  • MicroPython license information
Next Previous

© Copyright 2014, Damien P. George. Last updated on 09 Mar 2016.

Built with Sphinx using a theme provided by Read the Docs.