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:
parent
972b0ab8d2
commit
778d91f3a1
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user