is it possible to load a teensy lib "like the teensy usb hid lib" on the arduino then use it as it would be used on the teensy?
is it possible to load a teensy lib "like the teensy usb hid lib" on the arduino then use it as it would be used on the teensy?
Try it and see.
The Teensy 2.0 uses an ATmega32U4 processor that has a built-in USB interface. If you have an Arduino based on that chip or on a very similar chip you should be able to port the teensy libraries fairly easily. For example: Atmega32u4 Breakout Board : ID 296 : $19.90 : Adafruit Industries, Unique & fun DIY electronics and kits
thanks for the replies, i got a 328 so i guess i will have to use the arduino vusb lib after all, oh well.