Update sketchDistanceSerial.ino

This commit is contained in:
Cédric Abonnel 2022-05-15 21:49:20 +00:00
parent d51ff806cc
commit 6ee9698503
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
// Tested on 17 September 2019 // Tested on 17 September 2019
// ---------------------------------------------------------------- // // ---------------------------------------------------------------- //
#define echoPin 2 // attach pin D2 Arduino to pin Echo of HC-SR04 #define echoPin 9 // attach pin D9 Arduino to pin Echo of HC-SR04
#define trigPin 3 //attach pin D3 Arduino to pin Trig of HC-SR04 #define trigPin 8 //attach pin D8 Arduino to pin Trig of HC-SR04
// defines variables // defines variables
long duration; // variable for the duration of sound wave travel long duration; // variable for the duration of sound wave travel