Board specific definitions for the Arduino Due based boards. More...
Board specific definitions for the Arduino Due based boards.
Definition in file board.h.
 Include dependency graph for board.h:
 Include dependency graph for board.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| LED pin definitions | |
| #define | LED0_PIN GPIO_PIN(PB, 27) | 
| #define | LED0_ON (PIOB->PIO_SODR = PIO_PB27) | 
| #define | LED0_OFF (PIOB->PIO_CODR = PIO_PB27) | 
| #define | LED0_TOGGLE ((PIOB->PIO_ODSR & PIO_PB27) ? LED0_OFF : LED0_ON) |