Skip to main content

Gestion des E/S d'un Raspberry PI ou d'un pcduino

Project description

Ce module permet de gerer les composants suivants avec un Raspberry PI ou un pcduino

  • Rpi ou pcduino avec rpiduino_io

  • Bouton avec bt_io

  • Led avec led_io

  • lcd avec lcd_io

  • luminosite avec lum_capteur_io

  • max7219 avec max7219_io

  • des prises radios commandees

    avec rcSwitch_io et prises

  • Capteur de distance UltraSon

    avec UltraSonic_io

  • Extention de GPIO
    MCP23017

    avec mcp23017_io

    PCA9555 (DF ROBOT DFR0013)

    avec pca9555_io

  • bouton rotatif

    avec rotary_encoder_io

  • gestion d’un menu

    avec f_menu

Installation :

pip install FGPIO

Exemple d’usage :

>>>from FGPIO.rpiduino_io import * >>>from FGPIO.led_io import * >>>pc = rpiduino_io() >>>led = led_io(pc.logical_pin(2)) >>>led.on()

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

FGPIO-0.2.1.tar.gz (31.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page