mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #14425 from benpicco/boards/ruuvitag/lis_pins
boards/ruuvitag: fix lis2dh interrupt pin define
This commit is contained in:
commit
4c5cf2b1bb
@ -73,9 +73,9 @@ extern "C" {
|
||||
* @name Accelerometer configuration
|
||||
* @{
|
||||
*/
|
||||
#define LIS2DH12_PARAM_CS GPIO_PIN(0, 8)
|
||||
#define LIS2DH12_PARAM_INT1 GPIO_PIN(0, 2)
|
||||
#define LIS2DH12_PARAM_INT2 GPIO_PIN(0, 6)
|
||||
#define LIS2DH12_PARAM_CS GPIO_PIN(0, 8)
|
||||
#define LIS2DH12_PARAM_INT_PIN1 GPIO_PIN(0, 2)
|
||||
#define LIS2DH12_PARAM_INT_PIN2 GPIO_PIN(0, 6)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user