02-16-2016, 03:15 PM
(This post was last modified: 02-16-2016, 03:31 PM by limitlesscodes.
Edit Reason: More Info and Questions to avoid over replying
)
Alright, so I kind of figured out pin assignment using the GPIO image on the wiki. I still would like to know what PC, PD, PH, etc. means and when to use them vs. others. Also I would like to know if there is any better way of exporting the pins through C rather than doing something like: and
Code:
//near beginning of file
system("echo 71 > /sys/class/gpio/export")
Code:
//near end of file
system("echo 71 > /sys/class/gpio/unexport")