Difference between revisions of "Minimus Joypad"

From Nottinghack Wiki
Jump to navigation Jump to search
Line 5: Line 5:
  
  
* good descriptive page and joystick project: http://jamie.lentin.co.uk/embedded/minimus/
+
LUFA HID Joypad
  
 
+
* good descriptive page and a joystick project: http://jamie.lentin.co.uk/embedded/minimus/
LUFA HID Joypad
 
  
 
* LUFA
 
* LUFA
Line 20: Line 19:
 
** on Linux boxes using avr-gcc
 
** on Linux boxes using avr-gcc
  
 +
== Setting up Eclipse on Linux ==
 +
 +
== Setting up Eclipse on Windows ==
 +
 +
Eclipse CDT (C/C++ development tools)
 +
 +
The AVR Eclipse Plugin: http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_Eclipse_Plugin
  
avrdude for programming
+
http://avr-eclipse.sourceforge.net/user%20manual/concepts/toolchain.html

Revision as of 13:24, 5 April 2012

Minimus USB AVR for use in a simple HID Joypad


LUFA HID Joypad

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

Setting up Eclipse on Linux

Setting up Eclipse on Windows

Eclipse CDT (C/C++ development tools)

The AVR Eclipse Plugin: http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_Eclipse_Plugin

http://avr-eclipse.sourceforge.net/user%20manual/concepts/toolchain.html