我正在尝试编写一个adruino库,但一直挂在需要我包含头文件的错误上.我碰到了一个我找不到头文件的.我一直收到错误:
...file.cpp:23: error: 'delay' was not declared in this scope
Run Code Online (Sandbox Code Playgroud)
我的.cpp文件的第23行是:
delay(10);
Run Code Online (Sandbox Code Playgroud)
任何帮助将不胜感激.谢谢.