Hello I Tray run one code but I do not find this library
#include "WProgram.h"
Could someone help me !
Hello I Tray run one code but I do not find this library
#include "WProgram.h"
Could someone help me !
this means it's a super old code... Now it's #include <Arduino.h>
I include but keep the same msg. Thank you.
This library does not exist anymore. I am looking for everywhere but nothing.
don't keep it. REPLACE it by the new include (which should not even be needed in a .ino)
as I can't guess your code, next answer will be after you posted all the code.
You need to replace #include "WProgram.h"
with #include <Arduino.h>
.
We can provide specific instructions if you provide more information:
</>
icon on the post composer toolbar.```
) to your reply to make sure the error messages are correctly formatted.Oops, J-M-L beat me to it. I'll leave mine up in case the instructions for getting the error message might be of value.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.