Replies: 2 comments 6 replies
-
|
I'm afraid, I don't understand the question. What exactly do you want to do? What do you mean by "executing things"? |
Beta Was this translation helpful? Give feedback.
-
|
I must confess, despite looking at the docs, I was still struggling. However, I found the answer I was looking for. It turns out I needed to set my mind straight that some of the functions are simply "to configure" things. Others, were to "toggle" things. Essentially, what was missing in my code was two things: Therefore, for each switch statement for 0 or 1 in my code, I had to add (return into my struct):
And in my main, I had to pass this line into:
brgl, I am new and I feel there could some edits made to the library for it to read better? Maybe it could advise on a hierarchy. I feel there should be a distinction between 'config' set-ups and 'toggles'. I am aware this point of view may not be shared by experts, but I thought I'd say anyway as you've been helpful! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If for example, I have made a struct out of all the settings to request a line as below code refers:
Beta Was this translation helpful? Give feedback.
All reactions