1
0
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:
Peter Kietzmann 2020-02-25 21:04:20 +01:00 committed by GitHub
commit a27b58fbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
*/