Skip to content
Snippets Groups Projects
Unverified Commit 76942635 authored by Francisco Acosta's avatar Francisco Acosta Committed by GitHub
Browse files

Merge pull request #7093 from aabadie/mkrfox1200_ata8520

boards/arduino-mkrfox1200: add board configuration for ata8520e
parents 972b0ab8 778d91f3
Branches
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment