micropython-usermod
latest

Content:

  • Introduction
  • The micropython code base
  • micropython internals
  • Developing your first module
  • Module constants
  • Error handling
  • Argument parsing
  • Working with classes
  • Creating new types
  • Dealing with iterables
  • Profiling
  • Working with larger modules
  • A word for the lazy
  • Outline of a math library
micropython-usermod
  • Docs »
  • Welcome to micropython-usermod’s documentation!
  • Edit on GitHub

Welcome to micropython-usermod’s documentation!¶

Content:

  • Introduction
    • Code blocks
  • The micropython code base
    • User modules in micropython
  • micropython internals
    • Object representation
    • Type checking
    • python constants
  • Developing your first module
    • Header files
    • Defining user functions
    • Compiling our module
    • Compiling for the microcontroller
  • Module constants
    • Integer constants
    • Strings
    • Tuples
  • Error handling
  • Argument parsing
    • Positional arguments
    • Working with strings
    • Keyword arguments
  • Working with classes
    • Printing class properties
    • Special methods of classes
    • Properties
  • Creating new types
  • Dealing with iterables
    • Iterating over built-in types
    • Returning iterables
    • Creating iterables
    • Subscripts
    • Slicing
  • Profiling
    • Profiling in python
    • Profiling in C
  • Working with larger modules
  • A word for the lazy
  • Outline of a math library
    • Requirements

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright Zoltán Vörös Revision be6c34af.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.