Other Parts Discussed in Thread: ENERGIA
Tool/software: Code Composer Studio
I know we can use multi-threading with Energia IDE by creating new tabs and make functions like "void Setup1()", "void loop1()", "void Setup2()", "void loop2()".
How can I do the same thing in Code Composer Studio? (By using an Energia sketch)
Is there any easy way to use multi-threading in Code Composer Studio in Energia sketch?