You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to control GPIO on the CB1. I saw that it is possible with gpiod. In my case, pin names don't appear but there are more than 300 pin and without the alias I can't know what is who. Do you know how to solve it ? I saw that I need to make a .dts file in the root but where can I find which line of a "$sudo gpioinfo" corresponds to which GPIO ?
The text was updated successfully, but these errors were encountered:
Here is my finding on 'gpiochip0' up until now
Header pin 7 ,PC7, corresponds to line 71
Header pin 37 ,PC15 , corresponds to line 79
Header pin 40 , PC8 , corresponds to line 72
I can toggle those header pins using libgpiod C/C++ lib
I want to control GPIO on the CB1. I saw that it is possible with gpiod. In my case, pin names don't appear but there are more than 300 pin and without the alias I can't know what is who. Do you know how to solve it ? I saw that I need to make a .dts file in the root but where can I find which line of a "$sudo gpioinfo" corresponds to which GPIO ?
The text was updated successfully, but these errors were encountered: