Search found 1 match

by mayurmacaroni
Thu Jan 30, 2014 10:46 am
Forum: V-USB
Topic: v-USB Arduino HID keyboard
Replies: 0
Views: 7010

v-USB Arduino HID keyboard

I have two questions. 1 > I am using Metaboard and have uploaded the V-USB code to it for HID keyboard.I have pasted the code below: #include "UsbKeyboard.h" #define BUTTON_PIN 12 // If the timer isr is corrected // to not take so long change this to 0. #define BYPASS_TIMER_ISR 1 void setu...