Nico
|
0db09e7b3f
|
fix issue #14
|
2015-03-17 21:11:28 +01:00 |
|
Nico
|
2b7c1ad1dd
|
fix issue #14
|
2015-03-17 21:10:59 +01:00 |
|
Nico
|
64f2a0a66b
|
fix issue #12
https://github.com/NicoHood/HID/issues/12
|
2015-02-11 15:39:15 +01:00 |
|
Nico
|
6f3996ef8b
|
Fixed bug which occured after another "fix"
|
2015-02-03 19:05:30 +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
|
68cc2c9faa
|
Merge pull request #10 from gitter-badger/gitter-badge
Add a Gitter chat badge to Readme.md
|
2015-02-02 18:51:33 +01:00 |
|
The Gitter Badger
|
1b42a6487d
|
Added Gitter badge
|
2015-02-02 17:50:20 +00:00 |
|
Nico
|
109985fbb1
|
Readme
|
2015-01-28 10:25:09 +01:00 |
|
Nico
|
d0970c4401
|
Merge remote-tracking branch 'origin/master'
Conflicts:
Readme.md
|
2015-01-28 10:24:17 +01:00 |
|
Nico
|
b2e9e069f0
|
Readme
|
2015-01-28 10:22:33 +01:00 |
|
Nico
|
86e10f696e
|
todo
|
2015-01-24 23:47:51 +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
|
4775b3881c
|
Arduino as ISP 16u2 fix
|
2015-01-24 22:12:54 +01:00 |
|
Nico
|
4251522cf7
|
Removed HID_Test example
Does not compile with the current settings, more a leftover from
developing.
|
2015-01-24 22:12:21 +01:00 |
|
Nico
|
6b6304a1bb
|
Moved bugs and links to the wiki
|
2015-01-18 13:59:10 +01:00 |
|
Nico
|
aad5313042
|
Added Wiki link
|
2015-01-18 13:44:07 +01:00 |
|
Nico
|
bc952e0bc0
|
Fixed Consumer/System-Control names
Also added Absolute Mouse Report
|
2015-01-17 14:53:10 +01:00 |
|
Nico
|
889623a83b
|
Improved USB-Serial
Now the buffer can even shrink down to 2 bytes. Not sure why 1 bytes
gives problems. Also a buffer with USB_EP_SIZE is now also possible.
|
2015-01-17 11:01:34 +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
|
300d043a24
|
added preferences picture
|
2015-01-16 19:34:20 +01:00 |
|
Nico
|
1b478cb5f2
|
Update Readme.md
|
2015-01-15 11:41:02 +01:00 |
|
Nico
|
ba0c7cf73a
|
readme
|
2015-01-12 17:29:05 +01:00 |
|
Nico
|
4df6792667
|
Update Readme.md
Added Content menu
|
2015-01-12 10:20:18 +01:00 |
|
Nico
|
766ef64b4b
|
Removed outdated notice in examples
|
2015-01-11 23:11:43 +01:00 |
|
Nico
|
cc8940b9ec
|
Added HelloWorld example
|
2015-01-11 23:10:14 +01:00 |
|
Nico
|
43300a65db
|
Update Readme.md
|
2015-01-11 22:52:22 +01:00 |
|
Nico
|
21c4c0f49f
|
Made installation more clear
|
2015-01-11 18:14:59 +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
|
0926e6318d
|
Added NoUsb workaround for Leo/Micro devices
Had to add this workaround again since the Leo/Micro bootloader is coded
different than the HL2 which fixes this problem.
|
2015-01-11 12:55:18 +01:00 |
|
Nico
|
830e5871e5
|
Fix when no specific descriptors are set
|
2015-01-11 12:08:01 +01:00 |
|
Nico
|
1d64d2e5e4
|
Moved pictures into picture folder
|
2015-01-11 01:01:08 +01:00 |
|
Nico
|
00460dc6aa
|
Added more pictures to troubleshoot
|
2015-01-11 00:58:00 +01:00 |
|
Nico
|
24feb745e8
|
Advanced Gamepad example fix
|
2015-01-10 00:21:17 +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
|
a13122245d
|
Dev HoodLoader2 link added
|
2015-01-08 22:18:22 +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
|
6f142c11f8
|
Improved changelog
|
2015-01-03 19:20:52 +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
|
ff528531d2
|
Added Installation picture
|
2015-01-03 14:54:10 +01:00 |
|
Nico
|
420928ec4c
|
Update Readme.md
|
2015-01-02 20:33:20 +01:00 |
|
Nico
|
82878159a6
|
Added Keycodes in keywords.txt
|
2015-01-02 20:30:36 +01:00 |
|
Nico
|
385d2908f9
|
minor format fix
|
2015-01-02 20:27:47 +01:00 |
|
Nico
|
7129adc9ab
|
Added new keywords.txt definitions
|
2015-01-02 20:27:29 +01:00 |
|
Nico
|
8e946251f4
|
original keywords.txt
|
2015-01-02 20:23:17 +01:00 |
|
Nico
|
b44356b247
|
Readme
|
2015-01-02 20:13:49 +01:00 |
|
Nico
|
47b6e14961
|
Arduino 1.6 rc1 Core update
Just a small HW Serial update
|
2015-01-02 20:13:44 +01:00 |
|