1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/hardware/sam/variants/sam3s-ek/sam3s-ek.h
2011-06-21 00:25:24 +02:00

14 lines
181 B
C

#include "Arduino.h"
extern UARTClass Serial ;
extern UARTClass UART2 ;
extern USARTClass USART1 ;
extern USARTClass USART2 ;
#if defined(USBCON)
#include "usb_api.h"
#endif