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:
parent
ec6c07d35d
commit
9ec1a6fab5
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user