Frank 6 лет назад
Родитель
Сommit
536b328d29
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      teensy4/digital.c

+ 2
- 2
teensy4/digital.c Просмотреть файл

} }
} }


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) void shiftOut_lsbFirst(uint8_t dataPin, uint8_t clockPin, uint8_t value)
{ {

Загрузка…
Отмена
Сохранить