I was able to get the LED to blink using C Code no problem. I input the pathway to the Python code folder and that worked, however when I entered the execute code I got this error...
Traceback (most recent call last):
File "Blink.py", line 33, in <module>
setup()
File "Blink.py", line 15, in setup
GPIO.setup(ledPin, GPIO.OUT) # Set ledPin's mode is output
RuntimeError: No access to /dev/mem. Try running as root!
Next I moved on to the LED with the button. C Code works fine.
Python...
"python: can't open file 'ButtonLED.py': [Errno 2] No such file or directory exists"
This is false because I can go into the filemanager and see it clear as day.
The lightwater project was slightly different because when I input the C code the terminal said
"program is starting"
But nothing happened on the LED bar.
python code I the error similar to the Python code except line 17 and 35.
Please help me! I know very little about programming and electrical work and heard great things about RPi and I'd hate to get stonewalled and frustrated on day 2!