got it
add:
#include <Arduino.h>
underneath:
#include <WProgram.h>
in Mirf.h in the library files
Maayan Dreamer
Wrong. Replace WProgram.h with Arduino.h. WProgram.h no longer exists. It's plain stupid to still be trying to include it.
got it
add:
#include <Arduino.h>
underneath:
#include <WProgram.h>
in Mirf.h in the library files
Maayan Dreamer
Wrong. Replace WProgram.h with Arduino.h. WProgram.h no longer exists. It's plain stupid to still be trying to include it.