update:
Went through and piled everthing back into the main file. Looks like I need to start fresh again, as I’m getting errors with the origional example code now, such as:
Line .cpp: In function ‘void setup()’:
Line :183: error: ‘Servo0’ was not declared in this scope
Line :183: error: ‘DropServo’ was not declared in this scope
Line :195: error: ‘DServoDrop’ was not declared in this scope
Line :199: error: ‘Charger’ was not declared in this scope
Line :202: error: ‘Cmode’ was not declared in this scope
Line :204: error: ‘Brate’ was not declared in this scope
Line .cpp: In function ‘void loop()’:
Line :214: error: ‘Battery’ was not declared in this scope
Line :215: error: ‘LmotorC’ was not declared in this scope
Line :216: error: ‘RmotorC’ was not declared in this scope
Line :222: error: ‘Leftmaxamps’ was not declared in this scope
Line :224: error: ‘LmotorA’ was not declared in this scope
Line :225: error: ‘LmotorB’ was not declared in this scope
Line :226: error: ‘RmotorA’ was not declared in this scope
Line :227: error: ‘RmotorB’ was not declared in this scope
Line :232: error: ‘Rightmaxamps’ was not declared in this scope
Line :234: error: ‘LmotorA’ was not declared in this scope
Line :235: error: ‘LmotorB’ was not declared in this scope
Line :236: error: ‘RmotorA’ was not declared in this scope
Line :237: error: ‘RmotorB’ was not declared in this scope
Line :242: error: ‘lowvolt’ was not declared in this scope
Line :253: error: ‘Charger’ was not declared in this scope
Line :266: error: ‘batvolt’ was not declared in this scope
Line :268: error: ‘chargetimeout’ was not declared in this scope
Line :271: error: ‘Charger’ was not declared in this scope
Line :280: error: ‘Cmode’ was not declared in this scope
Line :299: error: ‘overloadtime’ was not declared in this scope
Line :304: error: ‘LmotorA’ was not declared in this scope
Line :305: error: ‘LmotorB’ was not declared in this scope
Line :319: error: ‘overloadtime’ was not declared in this scope
Line :324: error: ‘RmotorA’ was not declared in this scope
Line :325: error: ‘RmotorB’ was not declared in this scope
Line :342: error: ‘LmotorA’ was not declared in this scope
Line :343: error: ‘LmotorB’ was not declared in this scope
Line :344: error: ‘RmotorA’ was not declared in this scope
Line :345: error: ‘RmotorB’ was not declared in this scope
Line .cpp: In function ‘void RCmode()’:
Line :354: error: ‘RCleft’ was not declared in this scope
Line :355: error: ‘RCright’ was not declared in this scope
Line :361: error: ‘RCdeadband’ was not declared in this scope
Line :362: error: ‘RCdeadband’ was not declared in this scope
Line :364: error: ‘Mix’ was not declared in this scope
Line :383: error: ‘Leftcenter’ was not declared in this scope
Line :383: error: ‘RCdeadband’ was not declared in this scope
Line :384: error: ‘Rightcenter’ was not declared in this scope
Line :384: error: ‘RCdeadband’ was not declared in this scope
Line :386: error: ‘Leftcenter’ was not declared in this scope
Line :386: error: ‘scale’ was not declared in this scope
Line :389: error: ‘Rightcenter’ was not declared in this scope
…etc.
so something I did in the headder of the file invalidated everything.