From a92bbdbc7b811a7074d5f36550b3aed700ec32f9 Mon Sep 17 00:00:00 2001 From: rahul-thakoor Date: Mon, 10 Sep 2018 21:55:56 +0400 Subject: [PATCH] Add physical computing with rust guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7f8629..256316d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ In 2018 Rust community has created an embedded workgroup to help drive adoption - [msp430 rtfm](https://github.com/japaric/msp430-rtfm) RTFM framework for MSP430 MCUs - [FreeRTOS.rs](https://github.com/hashmismatch/freertos.rs) Rust interface for the FreeRTOS API - [MicroRust](https://droogmic.github.io/microrust/) Introductory book for embedded development in Rust on the micro:bit. +- [Physical Computing With Rust](https://rahul-thakoor.github.io/physical-computing-rust/) A (WIP) guide to physical computing with Rust on the Raspberry Pi. ## Tools