From adc8928d966e56f47481c95d207229341267bf85 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Thu, 28 Jul 2022 15:44:15 +0200 Subject: [PATCH] Add projects --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b88394..5844ea7 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,13 @@ You can usually find community members (including some employees of Espressif) i ## Projects +- [esp-clock](https://github.com/playfulFence/esp-clock) - Clock with environment stats. +- [esp32-spooky-maze-game](https://github.com/georgik/esp32-spooky-maze-game) - Bare metal Rust implementation of simple game for ESP32. - [esp32c3-rust-std-temperature-logger](https://github.com/bjoernQ/esp32c3-rust-std-temperature-logger) - Demo of Rust on ESP32-C3 (using [ESP-IDF](https://github.com/espressif/esp-idf)) with MQTT and [adafruit.io](https://io.adafruit.com/) for temperature logging. +- [mch2022-rust-app](https://github.com/p2mate/mch2022-rust-app) - Example that shows a nice rust screensaver in MCH2022 badge. - [ps2keyboard-esp32c3](https://github.com/bjoernQ/ps2keyboard-esp32c3) - PS/2 keyboard implementation for ESP32-C3. - [rust-esp32-std-demo](https://github.com/ivmarkov/rust-esp32-std-demo) - A demo `std` binary crate for the ESP32[XX] and [ESP-IDF](https://github.com/espressif/esp-idf), which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen. +- [rust4mch](https://github.com/jhaand/rust4mch) - Example to run Rust code on the MCH2022 badge. - [rustzx-esp32](https://github.com/georgik/rustzx-esp32) - ZX Spectrum emulator based on RustZX project. - [wrover-experimental](https://github.com/JurajSadel/wrover-experimental) - Display line directions and departure times of public transport vehicles in Brno, CZ.