Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб problems converting delay to millis - Dave 09/27/2022 в хорошем качестве

problems converting delay to millis - Dave 09/27/2022 1 год назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



problems converting delay to millis - Dave 09/27/2022

I have six lights that I'm attempting to turn on one at a time. Using "delay" it works great. But I'd rather use "millis" so I'm not blocking the code from reading the potentiometer while it's looping the lights. The key part of the code I'm searching for help with is this... void lightLoop () { Display(2); delay(lightSpeed); Display(3); delay(lightSpeed); Display(4); delay(lightSpeed); Display(5); delay(lightSpeed); Display(6); delay(lightSpeed); Display(7); delay(lightSpeed); }

Comments