diff options
author | Damien George <damien.p.george@gmail.com> | 2015-04-03 14:16:49 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-04-03 14:16:49 +0100 |
commit | c0dcf6e87873aaf5deaab0501750c2cfca14777a (patch) | |
tree | f2a5ecca6cde0687a200052e9dad0d4a510f4ca2 | |
parent | 43ea73faa6f94c816ded5d2d3369f0b49c5834e0 (diff) | |
download | micropython-c0dcf6e87873aaf5deaab0501750c2cfca14777a.tar.gz micropython-c0dcf6e87873aaf5deaab0501750c2cfca14777a.zip |
README: Add note about pic16bit port.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ Additional components: mostly to control code size. - teensy/ -- a version of Micro Python that runs on the Teensy 3.1 (preliminary but functional). +- pic16bit/ -- a version of Micro Python for 16-bit PIC microcontrollers. - unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing). - tests/ -- test framework and test scripts. - tools/ -- various tools, including the pyboard.py module. |