Parcourir la source

Measure functionality implemented

master
gituser il y a 7 mois
Parent
révision
87f5413fc9
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      EchoLot.ino
  2. 1
    1
      sloeber.ino.cpp

+ 1
- 1
EchoLot.ino Voir le fichier

uint32_t distance = calculateDistance(duration); uint32_t distance = calculateDistance(duration);
display.setDistance(distance); display.setDistance(distance);
delay(100);
delay(200);
} else { } else {
display.setDistance(0); display.setDistance(0);
display.runMeasureAnimation(false); display.runMeasureAnimation(false);

+ 1
- 1
sloeber.ino.cpp Voir le fichier

//This is a automatic generated file //This is a automatic generated file
//Please do not modify this file //Please do not modify this file
//If you touch this file your change will be overwritten during the next build //If you touch this file your change will be overwritten during the next build
//This file has been generated on 2026-01-25 22:04:39
//This file has been generated on 2026-01-25 22:30:05


#include "Arduino.h" #include "Arduino.h"
#include "Arduino.h" #include "Arduino.h"

Chargement…
Annuler
Enregistrer