1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/hardware/sam/variants/sam3s-ek/variant.h

14 lines
181 B
C
Raw Normal View History

2011-06-01 01:54:47 +02:00
#include "Arduino.h"
extern UARTClass Serial ;
extern UARTClass UART2 ;
extern USARTClass USART1 ;
extern USARTClass USART2 ;
#if defined(USBCON)
#include "usb_api.h"
#endif