diff options
author | Ron Evans <[email protected]> | 2019-03-05 10:08:28 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-03-05 10:08:39 +0100 |
commit | 28987ae0616604e9e5ece83f44c57b3dd41e96f8 (patch) | |
tree | 6d114df4caee0ef5b65878568560e4e8ac27ed90 | |
parent | b594f212fb1d9e86397fcceee48302fcb60ab6b5 (diff) | |
download | tinygo-28987ae0616604e9e5ece83f44c57b3dd41e96f8.tar.gz tinygo-28987ae0616604e9e5ece83f44c57b3dd41e96f8.zip |
docs: update README with recently added Adafruit Circuit Playground Express board
Signed-off-by: Ron Evans <[email protected]>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. The following microcontroller boards are currently supported: +* [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) * [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727) * [Arduino Uno](https://store.arduino.cc/arduino-uno-rev3) * [BBC:Microbit](https://microbit.org/) |