1
0
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:
Alexandre Abadie 2020-07-02 16:24:54 +02:00 committed by GitHub
commit 4c5cf2b1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
/** @} */
/**