From 24fde5d3f658092c7c78767f74151c044a61e724 Mon Sep 17 00:00:00 2001 From: Yann Nicolas Date: Sat, 24 Jul 2021 23:54:13 -0400 Subject: [PATCH] Add project rainbow-hat-rs for support of the Pimoroni Rainbow HAT board GitHub repo: https://github.com/yannart/rainbow-hat-rs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2c11585..9e7556c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ This project is developed and maintained by the [Resources team][team]. * [Arduino](#arduino) * [Nordic](#nordic-2) * [NXP](#nxp-2) + * [Pimoroni](#pimoroni) * [Sparkfun](#sparkfun) * [SeeedStudio](#seeedstudio) * [SiFive](#sifive-2) @@ -471,6 +472,11 @@ Crates tailored for specific boards. [FRDM-KW41Z]: https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/w-serieswireless-conn.m0-plus-m4/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z +### Pimoroni + +- [`rainbow-hat-rs`](https://crates.io/crates/rainbow-hat-rs) - Board support for the [Pimoroni Rainbow HAT](https://shop.pimoroni.com/products/rainbow-hat-for-android-things) for Raspberry Pi ![crates.io](https://img.shields.io/crates/v/rainbow-hat-rs.svg) + - Contains runnable examples for this board + ### Sparkfun - [`samd21_mini`](https://crates.io/crates/samd21_mini) - Board support for the [SAMD21 Mini Breakout](https://www.sparkfun.com/products/13664) ![crates.io](https://img.shields.io/crates/v/samd21_mini.svg)