0
votes

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?

1

1 Answers

1
votes

Take a look here This is a great Tutorial for GPIO access from scratch. With the help of the datasheet this is a great point to start.