This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| int TCRT5000PinL = A0; | |
| int TCRT5000PinR = A4; | |
| int HCSR04trigPin = 12; | |
| int HCSR04echoPin = 11; | |
| boolean TCRT5000_valL; | |
| boolean TCRT5000_valR; | |
| long duration, cm; | |
| long speed; |