aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/MouseHost/MouseHost.c
Commit message (Collapse)AuthorAgeFilesLines
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-011-4/+4
| | | | spell-checked and spelling mistakes/typos corrected.
* Changed GenericHID device demo to use the LUFA scheduler, added ↵Dean Camera2009-04-011-0/+6
| | | | INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
* Added new GenericHIDHost demo.Dean Camera2009-04-011-11/+27
| | | | Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use.
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-0/+351
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.