1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/mkrfox1200: add configuration for ata8520e

This commit is contained in:
Alexandre Abadie 2018-01-19 16:07:20 +01:00
parent 972b0ab8d2
commit 778d91f3a1

View File

@ -29,6 +29,17 @@
extern "C" {
#endif
/**
* @name The on-board ATA8520E configuration
* @{
*/
#define ATA8520E_PARAM_SPI SPI_DEV(1)
#define ATA8520E_PARAM_CS_PIN GPIO_PIN(PA, 14)
#define ATA8520E_PARAM_INT_PIN GPIO_PIN(PB, 9)
#define ATA8520E_PARAM_POWER_PIN GPIO_PIN(PA, 28)
#define ATA8520E_PARAM_RESET_PIN GPIO_PIN(PA, 27)
/** @} */
/**
* @brief The on-board LED is connected to pin 6 on this board
*/