From de0fbb5e2f92384eba39d42322b7194049302a3f Mon Sep 17 00:00:00 2001 From: sago35 Date: Sun, 21 Jun 2020 17:06:07 +0900 Subject: [PATCH] docs: add PyGamer to list of supported boards --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7bf6fd0..1c8ab784 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following 34 microcontroller boards are currently supported: +The following 35 microcontroller boards are currently supported: * [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333) * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) @@ -54,6 +54,7 @@ The following 34 microcontroller boards are currently supported: * [Adafruit ItsyBitsy M4](https://www.adafruit.com/product/3800) * [Adafruit Metro M4 Express Airlift](https://www.adafruit.com/product/4000) * [Adafruit PyBadge](https://www.adafruit.com/product/4200) +* [Adafruit PyGamer](https://www.adafruit.com/product/4242) * [Adafruit PyPortal](https://www.adafruit.com/product/4116) * [Adafruit Trinket M0](https://www.adafruit.com/product/3500) * [Arduino Mega 2560](https://store.arduino.cc/arduino-mega-2560-rev3)