circuitpython / CircuitPython_Module_Examples

Examples for the built-in CircuitPython core modules.
1 stars 2 forks source link

Examples to Add #2

Open FoamyGuy opened 2 years ago

FoamyGuy commented 2 years ago

I have a list of examples that I'd like to get added floating around in my mind so I'm going to get them written down here.

I will eventually get to adding all of these. But if anyone else comes along and see's something they think they could tackle please feel free to send a PR.

Also I'm sure my list is not comprehensive so if you have ideas for things that would make other good examples please feel free to follow up with a comment adding some more.

rsbohn commented 2 years ago

I just submitted a PR with a simple terminalio example. An expanded example would show how to use VT100 escape codes.

tannewt commented 2 years ago

We have "tests" for native modules here too: https://github.com/adafruit/circuitpython/tree/main/tests/circuitpython-manual