are my libraries in the wrong spot, this is a sample from servo examples sweep
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows Vista), Board: "Arduino Uno"
C:\Users\gregory\Documents\Arduino\libraries\Servo\Servo.cpp: In function 'void handle_interrupts(timer16_Sequence_t, volatile uint16_t*, volatile uint16_t*)':
C:\Users\gregory\Documents\Arduino\libraries\Servo\Servo.cpp:81: error: 'LOW' was not declared in this scope
C:\Users\gregory\Documents\Arduino\libraries\Servo\Servo.cpp:81: error: 'digitalWrite' was not declared in this scope
midmofarmer:
are my libraries in the wrong spot, this is a sample from servo examples sweep
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows Vista), Board: "Arduino Uno"
midmofarmer,
I would upgrade to the 1.6.5 version of the IDE, the error message you are receiving points to a dependency issue.
Your copy of the servo example is not #including the Arduino base library files.
If you are just getting started I would install the newest version of the Arduino IDE before anything else.