vusb-for-arduino
vusb-for-arduino copied to clipboard
V-usb for Arduino with latest versions - Based on old project code.google.com/p/vusb-for-arduino
i just wanted to ask if its possible to read numlock and capslock state (or set them) with the library. If yes can you add it to the keyboard example?...
Hi, Just discovering this library, and saw that the _begin()_ methods disable **TIMER 0** overflow interrupt. I guess that _millis()_ function won't work after that, but my code needs it....
Does it work with arduino redboard?
So far I've tried to recreate keywords.txt and library.properties from scratch, but to no avail. Renaming "libraries" to "src", as in another libraries examples, also didn't work. The IDE itself...
About line #138 in UsbKeyboard.h ``` C PORTD = 0; // TODO: Only for USB pins? DDRD |= ~USBMASK; ``` Replace it to take the port name from the usbconfig.h...