diff options
| author | diogo464 <[email protected]> | 2025-12-04 12:43:55 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-12-04 12:43:55 +0000 |
| commit | b3e47f9c9268e01533a809f83b4f3ecd379c4b22 (patch) | |
| tree | 54ef438739e267bb40ac502925418b699c9e9894 /Cargo.toml | |
| parent | 7ffd51ccc1ef8550a9fab43ada5647aad60eb380 (diff) | |
added basic constant temperature sensor example
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -14,3 +14,11 @@ defmt = "1.0.1" | |||
| 14 | embassy-sync = { version = "0.7.2", features = ["defmt"] } | 14 | embassy-sync = { version = "0.7.2", features = ["defmt"] } |
| 15 | embassy-futures = "0.1.2" | 15 | embassy-futures = "0.1.2" |
| 16 | embedded-io-async = "0.6" | 16 | embedded-io-async = "0.6" |
| 17 | |||
| 18 | [dev-dependencies] | ||
| 19 | embassy-time = { version = "0.5.0", features = ["std"] } | ||
| 20 | embassy-executor = { version = "0.9.1", features = ["arch-std", "executor-thread"] } | ||
| 21 | embassy-sync = { version = "0.7.2" } | ||
| 22 | static_cell = "2.1.1" | ||
| 23 | embedded-io-async = { version = "0.6", features = ["std"] } | ||
| 24 | critical-section = { version = "1", features = ["std"] } | ||
