From 58d8327ed2cf4211562177063fdf1ab4df3fd440 Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:19:48 +0000 Subject: [PATCH] Change README to mention embassy-rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4447bb3..509db75 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pico Environment Sensor -This firmware, written in Rust using embedded-hal ([rp235x-hal](https://crates.io/crates/rp235x-hal)), is designed for the [Raspberry Pi Pico 2 W](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico2w-technical-specification) platform using the RP2350 microcontroller. Its application is an environment-sensing device which can measure CO2 concentration in the atmosphere, ambient temperature and humidity. +This firmware, written in Rust using [embassy-rs](https://github.com/embassy-rs/embassy), is designed for the [Raspberry Pi Pico 2 W](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico2w-technical-specification) platform using the RP2350 microcontroller. Its application is an environment-sensing device which can measure CO2 concentration in the atmosphere, ambient temperature and humidity. ## Building