mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
boards/mkrfox1200: add configuration for ata8520e
This commit is contained in:
parent
972b0ab8d2
commit
778d91f3a1
@ -29,6 +29,17 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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
|
* @brief The on-board LED is connected to pin 6 on this board
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user