aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/KeyboardHost/KeyboardHost.c
Commit message (Collapse)AuthorAgeFilesLines
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-354/+0
| | | | clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.
* Combined Keyboad and Mouse normal and interrupt driven host demos into ↵Dean Camera2009-03-201-39/+79
| | | | unified Keyboard and Mouse host demos.
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ↵Dean Camera2009-03-091-2/+2
| | | | macro has been corrected in recent avr-libc versions
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+314