6 커밋 bf7b2c6f65 ... 28f3e15715

작성자 SHA1 메시지 날짜
  subDesTagesMitExtraKaese 28f3e15715 Merge branch 'opt-dev' 2 년 전
  subDesTagesMitExtraKaese d040adb597 updated video url 3 년 전
  subDesTagesMitExtraKaese fe39407800 ISR0 bugfix 3 년 전
  subDesTagesMitExtraKaese 248336d61e Merge remote-tracking branch 'origin/opt-dev' 3 년 전
  subDesTagesMitExtraKaese c46925741f updated config.ini 3 년 전
  subDesTagesMitExtraKaese 31c98fdf94 updated config.ini 3 년 전
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      README.md
  2. 1 1
      arduino/src/ultrasonic.cpp
  3. BIN
      images/screenrecord.mp4

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
README.md


+ 1 - 1
arduino/src/ultrasonic.cpp

@@ -3,7 +3,7 @@
 struct usData_t usData[2];
 
 void us_0_isr() {
-  if(digitalRead(US_RX_0_PIN) && usData[1].state == rxPending) {
+  if(digitalRead(US_RX_0_PIN) && usData[0].state == rxPending) {
     usData[0].pulseStart = TCNT1;
     usData[0].state = counting;
   } else if(usData[0].state == counting) {

BIN
images/screenrecord.mp4