Re-packaged UsbMouse Library for Arduino 0015
May-17-2009 By miketeo
The UsbMouse library from arduino.nl doesn’t seem to compile correctly in my Arduino 0015. I have modified the package to resolve the compilation issues and repackaged it.
- Simply uncompress the new library in your <arduino-folder>/hardware/libraries.
- Then go to the UsbMouse folder and run:
avr-g++ -Wall -Os -I. -DUSB_CFG_CLOCK_KHZ=16000 -mmcu=atmega168 -c usbdrvasm.S -c usbdrv.cModify the above command as needed for the clock frequency for your arduino board.
Download the re-packaged Usbmouse library.
Posted in: Electronics