Thomas Gwynne-Timothy
Thomas Gwynne-Timothy
Manually setting the Arduino SDK path does not work. This issue can only replicated in environments where the Arduino IDE is not installed in one of the default locations. I...
There are a few issues I usually stumble through when starting a new library project... - adding import/export attributes that work across platforms - exporting targets - separating public headers...
This pull request adds CMake `install()` directives for the libCZI, libCZIStatic, and CZIcmd targets. This allows you to run `make install` on Unix systems or generates an INSTALL project for...
I'm trying to create a tagged logger (`final_logger`) from another tagged logger (`tagged_logger2`) that is receiving broadcasts from yet another tagged logger (`tagged_logger1`). This situation triggers an odd behaviour: tags...