CircuitPython Kernel

https://img.shields.io/pypi/v/circuitpython_kernel.svg https://img.shields.io/travis/willingc/circuitpython_kernel.svg Documentation Status Updates

CircuitPython Kernel enables CircuitPython to be used in Jupyter Notebooks to teach Python coding with microcontrollers.

Warning

This package is a pre-alpha version. Use at your own peril. It is missing functionality, has hard coding of variables, and has only been used with MacOS 10.12 and Atmel SAMD.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

This package is inspired by Thomas Kluyver’s ubit_kernel for the BBC Micro:bit and Project Jupyter’s wrapper kernel.