Board specific definitions for the pyboard board. More...
Board specific definitions for the pyboard board.
Definition in file board.h.
Go to the source code of this file.
LED pin definitions and handlers | |
#define | LED0_PIN_NUM 4 |
#define | LED0_PORT GPIO_PORT_B |
GPIO port of LED 0. | |
#define | LED0_PORT_NUM PORT_B |
User button pin configuration | |
#define | BTN0_PIN GPIO_PIN(PORT_B, 3) |
User button pin. | |
#define | BTN0_MODE GPIO_IN_PU |
User button pin mode. | |
#define LED0_PORT GPIO_PORT_B |