Newbe questions regarding loop from different library #923
Unanswered
StinaRavdna
asked this question in
Q&A
Replies: 2 comments
-
Hello, Could you please:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear Arthur! Thank you so much for answering and for good advise when it comes to locating errors! I will take that with me. My program is now running as it should. After a lot of back and forth and changes it finally worked out, even though I am not quite sure what the issue was. |
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
-
I am new to cpp and ftxui. I managed to make a vertical box with buttons when running all my code in main.cpp. But in an attempt to tidy my code I made a .h library with a linked .cpp file. I am trying to return the component to main and loop it from there. But now also my terminal hang when I run my code, and it does not print anything. Attaching the code and hoping for some good advise.
i am writing in vscode on ubuntu.
My main.cpp:
My arduino interface.h:
My arduino interface.cpp:
// Create command buttons:
Beta Was this translation helpful? Give feedback.
All reactions