This is an old revision of the document!
!! See Notes in dropbox for specific implementation
User: root p:chip
Relaxing Natural Bug bot Steps:
Different boards have different GPIO pinouts. Make sure you understand this when changing boards. For chip there are baically 2 different versions based on the linux kernal. You can find this by going to /sys/class/gpio:
In the future you may need to include code to compenstate for the different versions. See the chip GPIO page for more details
In our case, we are in kernal 4.3 so have gpiochip408. So you you add to 408 to corresponding P numbers
This is VERY important because you would use the string 'gpio415' for your code
Below examples follow the same pin number in the example, gpio415.
A status has to be assigned to a pin for it to have this view, see below about setting pins
You will notice that some of these commands do not necisarily have files associated with them. That is ok.
You can assign a value to the
2016-11-21