Blinking Led Using Python - A crude Method

Blinking Led is like Hello World Program that is the first thing we do in all programming languages. So, Let’s do that.
I have written script that blinks led connected to Pin 40 or at gpio448. You can refer to the RVSpace wiki page Gpio section for pinouts.
The link to Github is at: GitHub - Builtfor-developers/VisionFive
A detailed Read me file has been added there.
This is the code Screenshot:

Screenshot (133)

The led will start to blink.
I’m working on usage of GPIO pins more easily and efficiently so let’s see how it will be turned out.
If anyone has already used them or has successfully used gpio libraries then please share your infromation.
Thanks!
.

2 Likes