When I try to use gpio at the command line or in python, the pins seem to revert to their default states a few seconds after I set them.
for example:
Code: Select all
$ gpio blink 4Code: Select all
$ gpio mode 4 outI get exactly the same behavior in python.
Is there something I am missing?
Any help would be greatly appreciated.