Minimus Joypad: Difference between revisions
Jump to navigation
Jump to search
Created page with "Minimus USB AVR for use in a simple HID Joypad * http://www.minimususb.com/ * http://www.minimususb.com/minimus_v14.pdf LUFA HID Joypad * LUFA ** "Lightweight USB Framework fo..." |
No edit summary |
||
Line 3: | Line 3: | ||
* http://www.minimususb.com/ | * http://www.minimususb.com/ | ||
* http://www.minimususb.com/minimus_v14.pdf | * http://www.minimususb.com/minimus_v14.pdf | ||
* good descriptive page and joystick project: http://jamie.lentin.co.uk/embedded/minimus/ | |||
LUFA HID Joypad | LUFA HID Joypad |
Revision as of 13:12, 5 April 2012
Minimus USB AVR for use in a simple HID Joypad
- good descriptive page and joystick project: http://jamie.lentin.co.uk/embedded/minimus/
LUFA HID Joypad
- LUFA
- "Lightweight USB Framework for AVRs"
- http://www.fourwalledcubicle.com/LUFA.php
An exercise in moving on from the Arduino: -
- use of a more flexible IDE: Eclipse CDT (C/C++ development tools)
- cross-platform development: -
- on windows boxes using WinAVR
- on Linux boxes using avr-gcc
avrdude for programming