#include <inttypes.h>
#include <avr/pgmspace.h>
#include <avr/eeprom.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include "Arduino.h"
Go to the source code of this file.
Macros | |
#define | USB_EP_SIZE 64 |
Typedefs | |
typedef unsigned short | u16 |
typedef unsigned long | u32 |
typedef unsigned char | u8 |