biblioteca para leitura de joystick com micropython
Project description
comu
init
from j.joy import Joy
j = Joy(35)
while True:
print(j.read())
escala
from j.joy import Joy
j=Joy(35,escala=(-10,10))
while True:
print(j.read())
inverter o valor
from j.joy import Joy
j=Joy(35, invert=True)
while True:
print(j.read())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
microjoy-0.0.3.tar.gz
(2.3 kB
view details)
File details
Details for the file microjoy-0.0.3.tar.gz.
File metadata
- Download URL: microjoy-0.0.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73fe47d20f8a6a9d2235fa527370a485a864ee6dff651e686f5c0174ac17d237
|
|
| MD5 |
76c9a4ade4b3ad2fa45b928a9e63aa95
|
|
| BLAKE2b-256 |
198a2ae5bc8c2a86a091f237e0428b7e7db9abf1be843691ace951e1eea491b6
|