hello,
I have a code that i built last year that worked just fine. THis year i am trying to edit the code to make it wireless, however when i go to verify it on the computer (different computer) it is giving me an error ‘servo’ does not name a type
#include <Servo.h>
Servo TailServo;
Servo GillServo;
those are the first three lines of my code that worked just fine last year… i am very confused. please help!!!