Skip to content

Instantly share code, notes, and snippets.

View ashnak1's full-sized avatar

ashnak1

  • Joined Mar 12, 2026
View GitHub Profile
@ashnak1
ashnak1 / FeedingSparxie-ZingDistanceSensor.ino
Created March 12, 2026 03:19
Ashna Kaushik - Feeding Sparxie-Zing - Locating the Distance Sensor
#include "TinyFilmFestival.h"
#include <EasyUltrasonic.h>
TinyScreen screen;
EasyUltrasonic ultrasonic;
int TRIG_PIN = A0;
int ECHO_PIN = A1;
int CLOSEST_CM = 2;