summaryrefslogtreecommitdiff
path: root/examples/mandel.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-01-24Small edits to examples to get them working again with unix/micropython.Damien George
2014-01-16Add dummy micropython module to enable mandel.py run with CPython.Paul Sokolovsky
2014-01-07Add some example scripts for pyboard (some can run on PC).Damien George
2014-01-06py: Fix up number operations and coercion.Damien George