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:
parent
c11a196720
commit
039d9ac33e
@ -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)
|
||||
/** @} */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user