RPI.Gpio example

Has anyone used the rpi.gpio library to anything,
Are there any simple examples of usage Blinky lights or some thing :neutral_face:

1 Like

@Electr1 What type of board do you use ? What do you need to do ? You can follow this page to use it .


But this version can only control GPIO for normal functions . In the future, we will improve this version or launch a python version of wiringpi .

2 Likes

I use the vim 3 and want to use for SPI bus driven display

@Electr1 If you need to use SPI bus in VIM3 by python, You can install spidev that which can be install by PyPi. The RPi.GPIO in VIM3 can’t control SPI

2 Likes