Skip to content

Instantly share code, notes, and snippets.

int TCRT5000PinL = A0;
int TCRT5000PinR = A4;
int HCSR04trigPin = 12;
int HCSR04echoPin = 11;
boolean TCRT5000_valL;
boolean TCRT5000_valR;
long duration, cm;
long speed;