pumbaa
pumbaa copied to clipboard
Python on Simba.
|buildstatus|_ |codecov|_
About
Pumbaa
is Python
on top of Simba
. See
http://pumbaa.readthedocs.org for further details.
The implementation is a port of MicroPython
, designed for embedded
devices with limited amount of RAM and code memory.
Try it out!
-
Download the
Arduino IDE
_ and install Pumbaa using the Boards Manager... code-block:: text
https://raw.githubusercontent.com/eerimoq/pumbaa-releases/master/arduino/sam/package_pumbaa_sam_index.json https://raw.githubusercontent.com/eerimoq/pumbaa-releases/master/arduino/esp32/package_pumbaa_esp32_index.json
-
Select a Pumbaa board.
-
Open the interactive example.
-
Upload!
See the Pumbaa documentation
_ for detailed step-by-step instructions.
.. |buildstatus| image:: https://travis-ci.org/eerimoq/pumbaa.svg .. _buildstatus: https://travis-ci.org/eerimoq/pumbaa
.. |codecov| image:: https://codecov.io/gh/eerimoq/pumbaa/branch/master/graph/badge.svg .. _codecov: https://codecov.io/gh/eerimoq/pumbaa
.. _Arduino IDE: https://www.arduino.cc/en/Main/Software .. _Pumbaa documentation: http://pumbaa.readthedocs.io/en/latest/getting-started.html#arduino-arduino-ide