mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
Merge pull request #13479 from MichelRottleuthner/pr_phytec_fix_tmp_addr
boards/pba-d-01-kw2x: add config for tmp006 addr
This commit is contained in:
commit
a27b58fbba
@ -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