Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
tmk 5da05340f4 Add submodule USB_Host_Shield_2.0 from my repositry. il y a 12 ans
..
USB_Host_Shield_2.0 @ 8bb790f83a Add submodule USB_Host_Shield_2.0 from my repositry. il y a 12 ans
arduino-1.0.1 test build of 'Host shield' in minimal env. il y a 12 ans
test test build of 'Host shield' in minimal env. il y a 12 ans
README test build of 'Host shield' in minimal env. il y a 12 ans
leonardo_led.h test build of 'Host shield' in minimal env. il y a 12 ans
override_Serial.cpp test build of 'Host shield' in minimal env. il y a 12 ans
override_wiring.c test build of 'Host shield' in minimal env. il y a 12 ans
parser.cpp Add USB to USB converter. unmature. il y a 12 ans
parser.h test build of 'Host shield' in minimal env. il y a 12 ans

README

USB HID protocol
================
Host side of USB HID keyboard protocol implementation.
Only standard HID Boot mode is supported at this time. This means most of normal keyboards are supported while proprietary >6KRO and NKRO is not.

Third party Libraries
---------------------
USB_Host_Shield_2.0
Circuits@Home repository is git-submoduled. Do git submodule init & update to get the content.
https://github.com/felis/USB_Host_Shield_2.0

arduino-1.0.1
Arduino files copied from:
https://github.com/arduino/Arduino/hardware/arduino/{cores,variants}


Test build
----------
In test directory;
$ make
$ DEV=/dev/ttyACM0 make program

You can see HID keyboard reports on debug output.


Restriction and Bug
-------------------
Not statble yet.