6 İşlemeler bf7b2c6f65 ... 28f3e15715

Yazar SHA1 Mesaj Tarih
  subDesTagesMitExtraKaese 28f3e15715 Merge branch 'opt-dev' 2 yıl önce
  subDesTagesMitExtraKaese d040adb597 updated video url 3 yıl önce
  subDesTagesMitExtraKaese fe39407800 ISR0 bugfix 3 yıl önce
  subDesTagesMitExtraKaese 248336d61e Merge remote-tracking branch 'origin/opt-dev' 3 yıl önce
  subDesTagesMitExtraKaese c46925741f updated config.ini 3 yıl önce
  subDesTagesMitExtraKaese 31c98fdf94 updated config.ini 3 yıl önce
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 2 2
      README.md
  2. 1 1
      arduino/src/ultrasonic.cpp
  3. BIN
      images/screenrecord.mp4

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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