README: Add note about pic16bit port.

NotImplemented
Damien George 2015-04-03 14:16:49 +01:00
parent 43ea73faa6
commit c0dcf6e878
1 changed files with 1 additions and 0 deletions

View File

@ -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.