I am trying to upload the Grove EMG sensor sample code to my arduino and I get the error "LED_Bar’ does not name a type.
I tried commenting it out just to get it to upload and I get a cascade of other compile errors if I do that.
I don’t have the LED bar or Base Shield. I have the output from the sensor board going to A0 and hooked VCC and GND up to the red and black wires respectively. I was planning on using my multi-meter to measure the output on D2 which I believe is where the LED bar would be attached using the base shield.
But anyway, despite not having the base and LED bar, I still don’t understand why I can’t even compile the sample code. I’m using Arduino IDE V. 1.6.7 but I also tried compiling it with Arduino IDE V. 1.0.6 and got the same problem.
Any suggestions?