Skip to content

Instantly share code, notes, and snippets.

View gorrotowi's full-sized avatar
🏠
Working from home

sebastian tellez gorrotowi

🏠
Working from home
View GitHub Profile
// Ultrasonic - Library for HR-SC04 Ultrasonic Ranging Module.
// Rev.4 (06/2012)
// J.Rodrigo ( www.jra.so )
// more info at www.ardublog.com
#include <Ultrasonic.h>
Ultrasonic ultrasonic(12,11); // (Trig PIN,Echo PIN)
void setup() {