Arduino Leonardo Mouse Move Functions on the Gertboard - Raspberry Pi Forums
is possible implement mouse move functions (mouse.begin() example) on gertboard such done arduino leonardo? there library that? thanks
the arduino leonardo uses atmega32u4, has circuitry on board handles usb (device) functionality such mouse and/or keyboard (when bypass arduino library sorts of usb devices possible, such joysticks, midi, virtual serial, audio in/out etcetera).
atmega328 on 'standard' arduino , gertboard unfortunately doesn't have circuitry in chip.
there software solutions available though. used obdev usb stack. works surprisingly well: http://obdev.at/products/vusb/index.html
i'm not sure how easy compile arduino ide. may have resort old makefile compile , upload (let know if run trouble that, should easy fix).
atmega328 on 'standard' arduino , gertboard unfortunately doesn't have circuitry in chip.
there software solutions available though. used obdev usb stack. works surprisingly well: http://obdev.at/products/vusb/index.html
i'm not sure how easy compile arduino ide. may have resort old makefile compile , upload (let know if run trouble that, should easy fix).
raspberrypi
Comments
Post a Comment