summaryrefslogtreecommitdiff
path: root/examples/micropython.py
AgeCommit message (Collapse)Author
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
This fixes #345 and fixes #215.
2014-05-10py: Rename byte_code to bytecode everywhere.Damien George
bytecode is the more widely used. See issue #590.
2014-01-16Add dummy micropython module to enable mandel.py run with CPython.Paul Sokolovsky