From b3e47f9c9268e01533a809f83b4f3ecd379c4b22 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Thu, 4 Dec 2025 12:43:55 +0000 Subject: added basic constant temperature sensor example --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 908e183..d37e957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,11 @@ defmt = "1.0.1" embassy-sync = { version = "0.7.2", features = ["defmt"] } embassy-futures = "0.1.2" embedded-io-async = "0.6" + +[dev-dependencies] +embassy-time = { version = "0.5.0", features = ["std"] } +embassy-executor = { version = "0.9.1", features = ["arch-std", "executor-thread"] } +embassy-sync = { version = "0.7.2" } +static_cell = "2.1.1" +embedded-io-async = { version = "0.6", features = ["std"] } +critical-section = { version = "1", features = ["std"] } -- cgit