\Arduino\libraries\edcb13b58b4f/LED_Bar.h:24:18: fatal error: mbed.h: No such file or directory
#include "mbed.h"
^
compilation terminated.
Using library edcb13b58b4f in folder: C:\Users\Robin\Documents\Arduino\libraries\edcb13b58b4f (legacy)
exit status 1
Error compiling for board Arduino/Genuino Uno.
Getting this error message prevents my Grove EMG monitor from working properly. What should be done to remove the error, which arises as I use the library from mbed?
I don't see anything there to indicate that this is supposed to be an Arduino-compatible sketch. It's an "mbed" program. "Mbed" is, roughly speaking, a competitor of Arduino, and while having some sort of cross-compatibility capability might be possible and interesting, this doesn't look like it is an attempt in that direction...
westfw:
I don't see anything there to indicate that this is supposed to be an Arduino-compatible sketch. It's an "mbed" program. "Mbed" is, roughly speaking, a competitor of Arduino, and while having some sort of cross-compatibility capability might be possible and interesting, this doesn't look like it is an attempt in that direction...
Oh, figured it was some esoteric hardware they were attaching.