int test;
bool bot1=1:
void setup() {
// put your setup code here, to run once:
digitalRead(bot1);
}
void loop() {
// put your main code here, to run repeatedly:
}
int test;
bool bot1=1:
void setup() {
// put your setup code here, to run once:
digitalRead(bot1);
}
void loop() {
// put your main code here, to run repeatedly:
}