Commit 469f061a28d1db173d62a6b1fa9c8ed4f94f1934
1 parent
9b58caef
Ajout bibliographie pour le protocole USB et quelques broutilles
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
Bibliographie
1 | -doc arduino : | 1 | +Doc Arduino : |
2 | https://www.arduino.cc/en/Tutorial/CharacterAnalysis | 2 | https://www.arduino.cc/en/Tutorial/CharacterAnalysis |
3 | https://www.arduino.cc/reference/en/language/variables/data-types/stringobject/ | 3 | https://www.arduino.cc/reference/en/language/variables/data-types/stringobject/ |
4 | 4 | ||
5 | -introduction à lufa: | 5 | +Introduction à LUFA: |
6 | https://www.engineersgarage.com/article/introduction-lufa | 6 | https://www.engineersgarage.com/article/introduction-lufa |
7 | 7 | ||
8 | -Résumé bibliothèque lufa par Redon: | 8 | +Résumé bibliothèque LUFA par M. REDON: |
9 | https://rex.plil.fr/Enseignement/Systeme/Systeme.IMA4/ | 9 | https://rex.plil.fr/Enseignement/Systeme/Systeme.IMA4/ |
10 | 10 | ||
11 | -Projet IMA4 : LUFA en souris; | 11 | +Projet IMA4 : Exemple de LUFA en souris; |
12 | https://projets-ima.plil.fr/mediawiki/index.php/IMA4_2016/2017_ECP3 | 12 | https://projets-ima.plil.fr/mediawiki/index.php/IMA4_2016/2017_ECP3 |
13 | 13 | ||
14 | 14 | ||
15 | -Infos protocole usb: | ||
16 | -http://www.rennes.supelec.fr/ren/fi/elec/docs/usb/usb.html | 15 | +Protocole USB par Bernard ACQUIER |
16 | +http://www.abcelectronique.com/acquier/usb.html | ||
17 | 17 | ||
18 | USB : classe HID (Human Interface Device): | 18 | USB : classe HID (Human Interface Device): |
19 | http://www.rennes.supelec.fr/ren/fi/elec/docs/usb/hid.html | 19 | http://www.rennes.supelec.fr/ren/fi/elec/docs/usb/hid.html |
@@ -21,7 +21,7 @@ http://www.rennes.supelec.fr/ren/fi/elec/docs/usb/hid.html | @@ -21,7 +21,7 @@ http://www.rennes.supelec.fr/ren/fi/elec/docs/usb/hid.html | ||
21 | µprojet clavier lufa hid atmega16u2: | 21 | µprojet clavier lufa hid atmega16u2: |
22 | http://fab.cba.mit.edu/classes/863.14/people/andrew_mao/week11/ | 22 | http://fab.cba.mit.edu/classes/863.14/people/andrew_mao/week11/ |
23 | 23 | ||
24 | -usb lufa: | 24 | +Clavier par LUFA: |
25 | https://www.engineersgarage.com/contribution/atmega-32u4-based-generic-usb-keyboard | 25 | https://www.engineersgarage.com/contribution/atmega-32u4-based-generic-usb-keyboard |
26 | 26 | ||
27 | Aide possible compilation LUFA: | 27 | Aide possible compilation LUFA: |