arduino-splines
arduino-splines copied to clipboard
BUG Modern arduino compatability WProgram.h
Workaround
#if defined(ARDUINO) && ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif
I also encountered this problem. Is there a solution?
I also encountered this problem. Is there a solution?

Its what I pasted above...
Its what I pasted above...
Yes, but "chenpeng198877" cannot be understood
oh I see you posted screenshots, sorry