Replies: 2 comments
-
If you do not know about the device tree macros I recommend that you check this video |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry but this was solved and there was some mistake in my code in the device tree sections. Thanks for posting. you can mark it solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am struggling on how to use GPIO pins other than what are defined since last two days. At last, I am posting this discussions.
So, I want custom pin GPIO to attach LED or Buzzer.
What I tried so far is to change the .dts file and add some custom definition like the following.
The in my app code I tried to get the device struct using following code. But I could not get the required device. I tried some different syntax and settings but honestly I do not get a clue how it works.
Beta Was this translation helpful? Give feedback.
All reactions