Easy way to connect hardware and use gpio in raspberry pico
Project description
GPIO CONTROL IN RASPBERRY PI PICO
Hardware control
Input Devices
- Touch Sensor
- Potenciometer
- Joystick
- PIR
- LM35
Ouput Devices
- LED
- Reley
- Solid state relay
- Motor DC
- RGB
- Servo motor
from gpiopico import Led
led1 = Led(2, True)
led1.change_pwm(125) #value 0-255
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gpiopico-0.0.2.tar.gz
(4.5 kB
view details)
File details
Details for the file gpiopico-0.0.2.tar.gz
.
File metadata
- Download URL: gpiopico-0.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6a57c664b6a61a79f310f23559e4e517443b4b9f58f9623e64f43a8cca2849e |
|
MD5 | 19b2784f7148f05a3935b6003e273797 |
|
BLAKE2b-256 | 9d3cf1d8474e90e9923b36df03cb2ca1365dd88deb76f2127bc51d092efe9112 |