Help
i can’t get the Led to flash.
What have you tried?
Ive tried everything on the setting up the software page for grovepi the raspberry pi recognised the grovepi board when i ran the test but i get a permission denied message when i try to run the python grove_led_blink.py
Hi,
If you are getting permission denied error, try running the program as root, e.g., sudo python grove_led.py
. This should make it work.
-Karan
Thanks its working now