Hello to anyone reading this. I'm new to Arduino, and I keep receiving the message "'CapacitiveSensor' does not name a type" when trying to verify the CapacitiveSensorSketch. I would really appreciate it if someone could help me figure out this issue.
The version I downloaded was CapacitiveSensor04.zip. And I believe I downloaded it in the right place (Documents > Arduino > libraries > Arduino_Libraries_Capacitive_Sensor). I will also attach a picture of where the sketch shows up when I go to open it. My version of Arduino is 1.0.5. The orange text with black background at the bottom of the opened sketch reads:
"CapacitiveSensorSketch:12: error: 'CapacitiveSensor' does not name a type
CapacitiveSensorSketch:13: error: 'CapacitiveSensor' does not name a type
CapacitiveSensorSketch:14: error: 'CapacitiveSensor' does not name a type
CapacitiveSensorSketch.pde: In function 'void setup()':
CapacitiveSensorSketch:18: error: 'cs_4_2' was not declared in this scope
CapacitiveSensorSketch.pde: In function 'void loop()':
CapacitiveSensorSketch:25: error: 'cs_4_2' was not declared in this scope
CapacitiveSensorSketch:26: error: 'cs_4_6' was not declared in this scope
CapacitiveSensorSketch:27: error: 'cs_4_8' was not declared in this scope"
Again, I would be incredibly grateful to whoever can help me solve this dilemma. Thank you!
