Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 arduino nano 与 nextion HMI 连接。我收到错误 doxygen.h not found,但这个库包含在 lib 文件夹中。
检查文件夹层次结构。它应该如下所示:
Arduino/libraries/Library_name/src/file.h
或者
Arduino/libraries/Library_name/file.h
在这种情况下,它应该看起来像这样:
Arduino/libraries/Doxygen/doxygen.h
做一个 find / -name "doxygen.h" 然后做一个 strace 来找到它被调用的地方并给出完整的路径。