From 94b3d35a6b1c1f7b6d5d5199c02f647451b515c9 Mon Sep 17 00:00:00 2001 From: zeldan Date: Mon, 30 Sep 2024 22:54:30 +0200 Subject: [PATCH] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f2b011..6a0f5a1 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ Here are some general tutorials that provide brief introductions to embedded pro ### Example - ESP32 -![running](/docs/example_esp32_wired.jpg) - ```rust #![no_std] #![no_main] @@ -126,4 +124,6 @@ The DHT20 differs from the DHT11 and DHT22 because it uses the I2C communication ## Example Schematic +![running](/docs/example_esp32_wired.jpg) + ![step3](/docs/example_esp32_dht11.png)