소스 검색

Measure functionality implemented

master
gituser 1 주 전
부모
커밋
87f5413fc9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      EchoLot.ino
  2. 1
    1
      sloeber.ino.cpp

+ 1
- 1
EchoLot.ino 파일 보기

@@ -131,7 +131,7 @@ void loop() {
uint32_t distance = calculateDistance(duration);
display.setDistance(distance);
delay(100);
delay(200);
} else {
display.setDistance(0);
display.runMeasureAnimation(false);

+ 1
- 1
sloeber.ino.cpp 파일 보기

@@ -2,7 +2,7 @@
//This is a automatic generated file
//Please do not modify this file
//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"

Loading…
취소
저장