Commit graph

37 commits

Author SHA1 Message Date
Nico
8681c19dab Added No USB workaround to pins.h
Due to a bad Leonardo Bootloader this is the only way (i know) to fix
this bug right now. It no longer needs to be included in the sketch
anymore, this will be compiled automatically now.
2015-02-20 14:45:25 +01:00
Nico
8392355ebe Updated HID-Bridge
Now works for USB and IO AVR. Still not complete.
2015-02-20 14:43:50 +01:00
Nico
f2695b14ef Applied last SoftSerial fix 2015-02-17 20:26:14 +01:00
Nico
17045e3a92 Updated HIDBridge and NHP 2015-02-17 20:15:23 +01:00
Nico
36e125a62d Moved Keywords.txt to HIDBridge
installing is now not needed anymore
2015-02-17 20:13:35 +01:00
Nico
619bdf633b HID Bridge update 2015-02-16 16:07:31 +01:00
Nico
4cfa0c6964 Minor fixes + HIDBridge
* increased HW Serial1 RX buffer size from 16 to 32 (TX still 16)
* removed fixed size in report buffers
* used HID_KeyboardReport_Data_t now in Keyboard API

HID Bridge works for transmitting
2015-02-14 12:37:35 +01:00
Nico
2f3e24f3b4 corrected weak hid sending function 2015-02-11 19:19:57 +01:00
Nico
ab25e80b0d remove test 2015-02-11 17:24:14 +01:00
Nico
39ee9c8d95 Added the fixes again
had some problems with last commit
2015-02-11 16:58:07 +01:00
Nico
eeb929dc8c Readme 2015-02-11 16:55:39 +01:00
Nico
36cba28322 made gamepad report private again
people (like me!) should rather use advanced gamepad for such things
2015-02-11 16:14:24 +01:00
Nico
1950101aba fix issue #12
https://github.com/NicoHood/HID/issues/12
2015-02-11 15:37:17 +01:00
Nico
8c81c7b2e8 Minor updates 2015-02-10 18:50:06 +01:00
Nico
9e62034439 added keywords file 2015-02-10 18:48:23 +01:00
Nico
6c05380f83 Serial fix 2015-02-02 21:33:13 +01:00
Nico
e6642ca0dc Correct undefined Serial Buffer Size
https://github.com/arduino/Arduino/pull/2597
2015-02-02 20:36:25 +01:00
Nico
bff1b97911 Added Arduino Libraries to avoid compiling errors
Also included the SoftSerial fix by matthijskooijman
https://github.com/arduino/Arduino/pull/2032
2015-01-24 22:51:38 +01:00
Nico
bc952e0bc0 Fixed Consumer/System-Control names
Also added Absolute Mouse Report
2015-01-17 14:53:10 +01:00
Nico
691befadf4 Moved USB_EP_SIZE definition
This was needed in order to use the HID_Core without an USB AVR to still
use the HID APIs
2015-01-17 10:21:54 +01:00
Nico
e0c845d01b Added custom gamepad example 2015-01-11 15:36:08 +01:00
Nico
fa2135adc0 gamepad report id fix 2015-01-11 15:04:15 +01:00
Nico
ccfe47943f Fixed minor custom hid definition 2015-01-11 15:01:35 +01:00
Nico
c7c3bdb39c Arduino as ISP fix 2015-01-11 13:57:58 +01:00
Nico
830e5871e5 Fix when no specific descriptors are set 2015-01-11 12:08:01 +01:00
Nico
044e855c2e Fixed hid core installation
It is no longer needed to manually move the hid core to your arduino
installation due to a fix in platform.txt
2015-01-09 18:00:36 +01:00
Nico
9340ea20c6 Added Raw HID, made Custom reports more easy
Also added a new picture and a keyboard + mouse report definition
2015-01-08 17:44:04 +01:00
Nico
b90fb505f0 Fixed HID_SendReport() prototype workaround 2015-01-03 19:14:36 +01:00
Nico
e5d28296d2 Easy USB-Core selection
HoodLoader2 needs an update as well.
2015-01-03 19:00:08 +01:00
Nico
385d2908f9 minor format fix 2015-01-02 20:27:47 +01:00
Nico
47b6e14961 Arduino 1.6 rc1 Core update
Just a small HW Serial update
2015-01-02 20:13:44 +01:00
Nico
5869b838cd Updated Keyboard Led function name 2015-01-02 19:58:49 +01:00
Nico
8efa9e116d Better Readme 2015-01-02 18:28:14 +01:00
Nico
bf249280a6 Copyright update 2015-01-02 17:36:29 +01:00
Nico
7fbe6dee0a HID Report fix 2015-01-02 16:59:05 +01:00
Nico
bb008e6daa Added Examples 2015-01-02 16:23:27 +01:00
Nico
6cbd735213 Moved Core again 2015-01-02 14:53:53 +01:00