Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.
This commit is contained in:
parent
ee7bd5685e
commit
ecf7538430
29 changed files with 200 additions and 5930 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <avr/wdt.h>
|
||||
#include <avr/pgmspace.h>
|
||||
#include <avr/power.h>
|
||||
#include <avr/interrupt.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <LUFA/Version.h> // Library Version Information
|
||||
|
@ -92,5 +93,6 @@
|
|||
|
||||
/* Function Prototypes: */
|
||||
void UpdateStatus(uint8_t CurrentStatus);
|
||||
void ReadNextReport(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue