I am trying to write an adruino library, but continue to depend on errors requiring header files to be included. I encountered the fact that I could not find the header file. I keep getting the error:
...file.cpp:23: error: 'delay' was not declared in this scope
Line 23 of my .cpp file:
delay(10);
Any help would be greatly appreciated. Thanks.
include header delay arduino
Pierce barney
source share