Kaynağa Gözat

Update digital.c

teensy4-core
Frank 4 yıl önce
ebeveyn
işleme
536b328d29
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      teensy4/digital.c

+ 2
- 2
teensy4/digital.c Dosyayı Görüntüle

@@ -151,8 +151,8 @@ void _shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t valu
}
}

static const int maxSpeed = 10000000ULL; //10 MHz
static const int maxSpeedBeforeDelay = 392000000ULL; //max F_CPU_ACTUAL before doing delays (measured for 10MHz, -O2)
static const unsigned maxSpeed = 10000000ULL; //10 MHz
static const unsigned maxSpeedBeforeDelay = 392000000ULL; //max F_CPU_ACTUAL before doing delays (measured for 10MHz, -O2)

void shiftOut_lsbFirst(uint8_t dataPin, uint8_t clockPin, uint8_t value)
{

Yükleniyor…
İptal
Kaydet