新建工程 example02_led,接着在单独的 VS Code 窗口中打开该工程,然后在 src/main.cpp 编写代码。 pinMode() 用于设置指定引脚的模式。OUTPUT 表示输出模式,还有 INPUT 输入模型。 digitalWrite() 用于设置指定引脚的电平状态。HIGH 表示高电平,LOW 表示低电平。
So it looks like you are not pointing your code to look in the right place. As I mention in the README.md of the package: Edit config/main_config.yaml to select which type of detector you want as well as to point the package to the artifacts each detector expects. That's how you ...