1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

mulle: Use hardware CS for on-board LIS3DH

This commit is contained in:
Joakim Nohlgård 2017-02-07 15:09:19 +01:00
parent c11a196720
commit 039d9ac33e

View File

@ -122,7 +122,7 @@ void board_init(void);
*/
#define LIS3DH_INT1 GPIO_PIN(PORT_C, 18)
#define LIS3DH_INT2 GPIO_PIN(PORT_C, 17)
#define LIS3DH_CS GPIO_PIN(PORT_D, 0)
#define LIS3DH_CS SPI_HWCS(0)
#define LIS3DH_CLK SPI_CLK_5MHZ
#define LIS3DH_SPI SPI_DEV(0)
/** @} */