Hi
I only know some knowledge of C/C++ and others are poor.
In my coding project, there are only init() and loop() which the structure and routine are very simple and clear.
But now when I read pixy codes @src\device\video\exec.cpp@ , I think the exec_loop() is so complex that I don’t understand the background procedure. Is it a lite operation system in exec.cpp? In exec_run(), there are only assign values for flags, so where choose the program and run it?
What is in Chirp.c/Chirp.cpp/Chirp.hpp? What is the role of g_chirpUsb? I think g_chirpUsb is a variable for USB connection, but I found it may be more than a connection variable.
Thank you
Lin