#include <Servo.h>
Servo S100
Servo S10
Servo S5
int amount = 985
void setup() {
// put your setup code here, to run once:
S100.write(0);
S10.write(0);
S5.write(0);
if(amount > 100){
f100
}
}
void loop() {
// put your main code here, to run repeatedly:
}