Read GPIO Register

733 views Asked by At

I want to read GPIO GPLEV0 register in raspberry pi (for input). However using Wiring Pi does not help since it return one pin not the register value (read all option also is not good option I want to read exactly the GPLEV0 register).

How to directly read the entire 32bit value in the GPLEV0 register at once without using wiring pi library?

0

There are 0 answers