From c0dcf6e87873aaf5deaab0501750c2cfca14777a Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 3 Apr 2015 14:16:49 +0100 Subject: [PATCH] README: Add note about pic16bit port. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ea559f436..88db643883 100644 --- a/README.md +++ b/README.md @@ -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.