LUFA Library
Board.h File Reference

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
 

Detailed Description

Board specific information header for the Arduino Uno (http://arduino.cc/en/Main/ArduinoBoardUno).

Note
This file should not be included directly. It is automatically included as needed by the Board driver dispatch header located in LUFA/Drivers/Board/Board.h.