#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <util/delay.h>
#include "usbdrv.h"
#include "oddebug.h"
#include "usbservo.h"
Go to the source code of this file.
Functions | |
uchar | usbFunctionSetup (uchar data[8]) |
USB-Setup-Handler. | |
int | main (void) |
Main-function. |
Definition in file main.c.
int main | ( | void | ) |
uchar usbFunctionSetup | ( | uchar | data[8] | ) |