Pin definitions and board configuration options. More...
Pin definitions and board configuration options.
Definition in file board.h.
Include dependency graph for board.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros for controlling the on-board LED (LD3). | |
| #define | LED0_PIN_NUM 6 |
| #define | LED0_PORT GPIO_PORT_C |
| GPIO port of LED 3. | |
| #define | LED0_PORT_NUM PORT_C |
Macros for controlling the on-board button (B1). | |
| |
| #define | BTN0_PIN GPIO_PIN(PORT_F, 2) |
| Button B1 pin. | |
| #define | BTN0_MODE GPIO_IN_PU |
| Button B1 mode (released = HIGH) | |
| #define BTN0_MODE GPIO_IN_PU |
| #define LED0_PORT GPIO_PORT_C |