Merge pull request #4843 from kYc0o/pr/pba-d-01-kw2x

board/pba-d-01-kw2x: user button added
This commit is contained in:
Cenk Gündoğan 2016-02-18 08:57:10 +01:00
commit 1fe16507b4

View File

@ -71,6 +71,15 @@ extern "C"
#define LED_RED_TOGGLE LED_R_TOGGLE
/** @} */
/**
* @name Macro for button S1/S2.
* @{
*/
#define BUTTON_PORT PORTD
#define BUTTON_PIN 1
#define BUTTON_GPIO GPIO_PIN(PORT_D, BUTTON_PIN)
/** @} */
/**
@name KW2XRF configuration
@{