NicoHood
2e6d4c9e2d
Improved Boot Keyboard, added example
...
HID Driver got removed, now relies on the internal IDE definitions.
The PR is opened at Github, but will merged hopefully soon.
2015-10-10 12:58:51 +02:00
NicoHood
652e590e23
updated Led Example
2015-10-10 12:27:30 +02:00
NicoHood
3d7b93b586
Removed default german keyboard layout
2015-09-28 12:48:29 +02:00
NicoHood
6c9e2fd99c
Added RawHID
...
Works under linux with a patched Teensy RawHID testprogram
Only works without any other HID device (like keyboard) used together
2015-09-22 22:08:13 +02:00
NicoHood
b617fb0b3d
(NKRO) Keyboard improvements
2015-09-20 10:55:13 +02:00
NicoHood
2281210b1c
fixed some led issues, added leds for teensy
...
seems to still not work for nkro and teensy?
2015-09-19 18:51:16 +02:00
NicoHood
f34b500d68
Updated keywords.txt
2015-09-19 18:20:10 +02:00
NicoHood
aa06a6aa4e
Added TeensyKeyboard example
2015-09-19 18:10:39 +02:00
NicoHood
78870a82dd
Added NKRO Keyboard
2015-09-19 17:58:35 +02:00
NicoHood
e7b6591bc5
Added Mouse example
2015-09-19 16:46:34 +02:00
NicoHood
78c763e438
Updated HIDDevices for new, modified Pluggable HID version
...
Keyboard got improved a bit as well.
2015-09-19 13:15:32 +02:00
NicoHood
f34df6edef
Added KeyboardLeds/HID Out Report
...
This also enables the option for further raw HID development.
2015-09-19 12:16:29 +02:00
NicoHood
797b6c9cce
Added .a linkage PR fix
2015-08-24 17:05:20 +02:00
NicoHood
4df1f30427
Added Absolute Mouse
2015-08-09 19:08:12 +02:00
NicoHood
bec08597f1
Switched to Library with version 2.4 for IDE 1.6.6
2015-08-09 14:39:42 +02:00
NicoHood
09c2229608
Minor fixes
...
Updated platforms.txt
Added a few consumer definitions
2015-05-25 18:17:01 +02:00
NicoHood
19c61d732a
Added Simple HID-Bridge example
...
Since I dont have any time to produce any relyable Bridge, here is a simple example.
2015-05-20 17:00:13 +02:00
Nico
76d5f50241
Merge remote-tracking branch 'origin/dev' into dev
...
Conflicts:
examples/HID/Keyboard_Led/Keyboard_Led.ino
2015-04-27 15:01:24 +02:00
Nico
c28a1737e4
Removed documentation in the example itself
2015-04-27 15:00:20 +02:00
Nico
9ce75036e7
Update Keyboard_Led.ino
2015-04-24 18:06:32 +02:00
Nico
531ee3e915
Example Compile error fix
...
https://github.com/arduino/Arduino/issues/2997
2015-04-20 14:28:24 +02:00
Nico
e8ca301007
Added Keycode example
2015-04-11 09:31:32 +02:00
Nico
d75c598a62
Moved and improved examples
2015-04-11 09:31:23 +02:00
Nico
a6bec493eb
Added wiki link
2015-04-04 20:21:59 +02:00
Nico
2289569e7d
Integrated System wakeup into API
2015-02-28 10:42:52 +01:00
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
389a45db9f
Updated USB-Serial
...
Made it a little prettier
2015-02-20 14:43:22 +01:00
Nico
0e738a08d9
Added Runbootloader example
...
Alternative way to the USB-Serial Bridge
2015-02-20 14:33:11 +01:00
Nico
d27720ec91
Arduino as ISP fix for 328
...
Now it should work with 32u4, 16u2 and 328 and probably others as well
2015-02-17 08:22:00 +01:00
Nico
9a84bca6da
Added F() makro to Keyboard example
2015-02-11 07:52:57 +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
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
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
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
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
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
8577a94b21
Updated Keyboard Led example
2015-01-02 19:58:02 +01:00
Nico
c6c5ea62f4
USB-Serial fix
2015-01-02 17:28:13 +01:00
Nico
eed723401b
Example fixes
2015-01-02 16:59:33 +01:00
Nico
8997abe61b
USB-Serial Update
2015-01-02 16:59:24 +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
Nico
c4c2f47f61
Starting from Zero
2014-12-08 17:02:18 +01:00
Nico
de84b3d5fb
NO USB Update
2014-11-30 12:26:45 +01:00
Nico
f4bee40834
Added USB-Serial function
...
Its now possible to also reprogram the main MCU with the HoodLoader2 in
the sketch itself. It might have some bugs/errors since the USB
implementation isn't that reliable.
2014-11-29 20:27:32 +01:00
Nico
19dc97ac89
Added Gamepad Project, PWM Fade example
2014-11-22 14:02:34 +01:00