Add support for temperature sensor peripheral

* Add TEMP peripheral to all nRF52 chips
* Add async HAL for reading temperature values
* Add example application reading temperature values
This commit is contained in:
Ulf Lilleengen
2021-10-18 15:24:31 +02:00
committed by Ulf Lilleengen
parent 729b17bc25
commit 2ef4a45fa0
11 changed files with 134 additions and 0 deletions

View File

@ -48,6 +48,7 @@ embedded-dma = "0.1.2"
futures = { version = "0.3.17", default-features = false }
critical-section = "0.2.3"
rand_core = "0.6.3"
fixed = "1.10.0"
nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }