How can I interact with the GPIO pins of a raspberry Pi without using an already implemented library?
I tried to go through the code of one of the implemented libraries (RPI.GPIO) but I didn't really go that far.
Do the GPIO pins show up as a device in the Pi? If so where can I locate them and interact with them?