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
| #include "TinyFilmFestival.h" | |
| #include <EasyUltrasonic.h> | |
| TinyScreen screen; | |
| EasyUltrasonic ultrasonic; | |
| int TRIG_PIN = A0; | |
| int ECHO_PIN = A1; | |
| int CLOSEST_CM = 2; |