Board specific information header for the Arduino Uno. More...
Macros | |
#define | AVR_RESET_LINE_DDR DDRD |
#define | AVR_RESET_LINE_MASK (1 << PD7) |
#define | AVR_RESET_LINE_PIN PIND |
#define | AVR_RESET_LINE_PORT PORTD |
#define | BOARD_HAS_LEDS |
Board specific information header for the Arduino Uno (http://arduino.cc/en/Main/ArduinoBoardUno).
#define AVR_RESET_LINE_DDR DDRD |
#define AVR_RESET_LINE_MASK (1 << PD7) |
#define AVR_RESET_LINE_PIN PIND |
#define AVR_RESET_LINE_PORT PORTD |
Pin that can reset the main MCU.
#define BOARD_HAS_LEDS |
Indicates the board has hardware LEDs mounted.