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:
committed by
Ulf Lilleengen
parent
729b17bc25
commit
2ef4a45fa0
@ -43,6 +43,8 @@ pub mod timer;
|
||||
pub mod twim;
|
||||
pub mod uarte;
|
||||
pub mod wdt;
|
||||
#[cfg(not(feature = "nrf9160"))]
|
||||
pub mod temp;
|
||||
|
||||
// This mod MUST go last, so that it sees all the `impl_foo!` macros
|
||||
#[cfg(feature = "nrf52805")]
|
||||
|
Reference in New Issue
Block a user