You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello ,
On compiling the code in arduino , i Get this error
Arduino: 1.8.16 (Windows 7), Board: "Arduino Uno"
In file included from C:\Users\vishal\Documents\Arduino\libraries\CST816S-1.1.0\CST816S.cpp:27:0:
C:\Users\vishal\Documents\Arduino\libraries\CST816S-1.1.0/FunctionalInterrupt.h:7:10: fatal error: functional: No such file or directory
#include "functional"
^~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered:
Ok, so I've discovered FunctionInterrupt is part of the ESP-32 Core, so this will compile for ESP-32 however not currently sure how to make it work with anything that's NOT ESP-32 related
hello ,
On compiling the code in arduino , i Get this error
Arduino: 1.8.16 (Windows 7), Board: "Arduino Uno"
In file included from C:\Users\vishal\Documents\Arduino\libraries\CST816S-1.1.0\CST816S.cpp:27:0:
C:\Users\vishal\Documents\Arduino\libraries\CST816S-1.1.0/FunctionalInterrupt.h:7:10: fatal error: functional: No such file or directory
#include "functional"
compilation terminated.
exit status 1
Error compiling for board Arduino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered: