41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
# picoti
|
|
|
|
|
|
<a style="width: 48%;display: inline-block;" href="./picote-outside.jpg"><img src="./picote-outside.jpg"/><a/>
|
|
<a style="width: 48%;display: inline-block;" href="./picote-outside.jpg"><img src="./picote-inside.jpg"/><a/>
|
|
|
|
Utiliser un [raspberry pi pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) et des bouttons d'arcade pour simuler des touches de clavier.
|
|
|
|
Ce projet est le compagnon de [Stopi2](/arthus/stopi2).
|
|
|
|
## Installation
|
|
|
|
Copier le fichier 'code.py' et le répertoire 'lib' à la base du pico.
|
|
|
|
## Matériel nécessaire
|
|
|
|
* 5 bouttons poussoirs
|
|
* 1 switch ON/OFF avec une LED intégrée ou en supplément.
|
|
* 1 résistance 330Ω
|
|
|
|
|
|
![Schématique](./picote.png)
|
|
|
|
## Touches par défaut
|
|
|
|
**'Alt' correspond à un bouton enfoncé alors que le switch ON/OFF est actif.**
|
|
|
|
| Boutton | Clavier |
|
|
| --- | --- |
|
|
| 🟢 | touche Espace |
|
|
| 🔴 | touche Suppr |
|
|
| 🔵 | touche flèche droite |
|
|
| 🟡 | touche flèche gauche |
|
|
| ⚫ | touche O |
|
|
| Alt + ⚫ | touche R |
|
|
| Alt + 🟢 | touches Entrée |
|
|
| Alt + 🔴 | touche E |
|
|
| ① | touche W |
|
|
| Alt + ① | touche X |
|
|
| ②, Alt + ② | touche F |
|