Sorry about this-am real noob with this. Trying to verify softwareservo.h but keep getting error messages which I didn't think would be there as I haven't changed anything!
SerialServo:3: error: 'SoftwareServo' does not name a type
SerialServo:4: error: 'SoftwareServo' does not name a type
SerialServo.pde: In function 'void setup()':
SerialServo:9: error: 'servo1' was not declared in this scope
SerialServo:11: error: 'servo2' was not declared in this scope
SerialServo.pde: In function 'void loop()':
SerialServo:26: error: 'servo1' was not declared in this scope
SerialServo:31: error: 'servo2' was not declared in this scope
SerialServo:48: error: 'SoftwareServo' has not been declared
Thanks for helping. I'm not using reg servo library as I was going to use the virtual wire lib which doesn't play nice with servo lib. Location is in 'my documents\arduino.
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=154 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard -IC:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo C:\Users\DR7308~1.RMK\AppData\Local\Temp\build8417295825100468320.tmp\SerialServo.cpp -o C:\Users\DR7308~1.RMK\AppData\Local\Temp\build8417295825100468320.tmp\SerialServo.cpp.o
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=154 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard -IC:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo -IC:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\utility C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp -o C:\Users\DR7308~1.RMK\AppData\Local\Temp\build8417295825100468320.tmp\SoftwareServo\SoftwareServo.cpp.o
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp: In member function 'uint8_t SoftwareServo::attach(int)':
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:27: error: 'digitalWrite' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:28: error: 'OUTPUT' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:28: error: 'pinMode' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp: In member function 'void SoftwareServo::write(int)':
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:51: error: 'clockCyclesPerMicrosecond' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp: In static member function 'static void SoftwareServo::refresh()':
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:73: error: 'millis' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:106: error: 'digitalWrite' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:108: error: 'TCNT0' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:123: error: 'digitalWrite' was not declared in this scope
SerialServo:3: error: 'SoftwareServo' does not name a type
SerialServo:4: error: 'SoftwareServo' does not name a type
These errors usually indicate that the library files are not installed in the correct folder. The files for the SoftwareServo library should be in 'my documents\arduino\libraries\SoftwareServo'
You have posted your code littered with colour tags again which makes it practically unreadable. Did you not preview your post as I suggested ?
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp: In member function 'uint8_t SoftwareServo::attach(int)':
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:27: error: 'digitalWrite' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:28: error: 'OUTPUT' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:28: error: 'pinMode' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp: In member function 'void SoftwareServo::write(int)':
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:51: error: 'clockCyclesPerMicrosecond' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp: In static member function 'static void SoftwareServo::refresh()':
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:73: error: 'millis' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:106: error: 'digitalWrite' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:108: error: 'TCNT0' was not declared in this scope
C:\Users\Dr. RMK\Documents\Arduino\libraries\SoftwareServo\SoftwareServo.cpp:123: error: 'digitalWrite' was not declared in this scope
SillyStringShooter2.pde: In function 'void setup()':
SillyStringShooter2:19: error: 'servo' was not declared in this scope
SillyStringShooter2.pde: In function 'void shoot_string(int)':
SillyStringShooter2:45: error: 'servo' was not declared in this scope
SillyStringShooter2:47: error: 'SoftwareServo' has not been declared
SillyStringShooter2.pde: In function 'void reset_servo()':
SillyStringShooter2:54: error: 'servo' was not declared in this scope
SillyStringShooter2:56: error: 'SoftwareServo' has not been declared