1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/pba-d-01-kw2x: add config for tmp006 addr

This commit is contained in:
Michel Rottleuthner 2020-02-25 20:22:50 +01:00
parent ec6c07d35d
commit 9ec1a6fab5

View File

@ -85,6 +85,14 @@ extern "C"
#define KW2XRF_SHARED_SPI (0)
/** @}*/
/**
* @name TMP006 configuration
*
* @{
*/
#define TMP00X_PARAM_ADDR (0x41)
/** @}*/
/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/