|
sketchbook
|
#include <avr/io.h>#include <avr/interrupt.h>#include <avr/pgmspace.h>#include <avr/wdt.h>#include <avr/sleep.h>#include <util/delay.h>#include <string.h>#include <usbdrv.h>#include "gamepad.h"#include "n64.h"Macros | |
| #define | LED (1 << PB0) |
Functions | |
| usbMsgLen_t | usbFunctionSetup (uchar data[8]) |
| int | main (void) |
Variables | |
| PROGMEM const char usbHidReportDescriptor[94] | PROGMEM |
| #define LED (1 << PB0) |
| int main | ( | void | ) |
| usbMsgLen_t usbFunctionSetup | ( | uchar | data[8] | ) |
| PROGMEM const char usbHidReportDescriptor [94] PROGMEM |
1.8.6