Arduino Tutorial - Timer & Interrupt Tutorial

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Hello, thank you a lot for the explanation, is there a way of triggering the interrupt every determine time? Instead of overflow the flag?

IMTIvanBlake
Автор

I made an ultrasonic height and weight measuring device. I wrote the codes with Arduino and arduino UNO. Normally everything works fine. But sometimes after waiting for an hour or two, I take a measurement, the device is measuring, it shows the numbers on the screen, but it does not print the result to the thermal printer. The numbers stay on the screen, then the device is reset with whatchdog. This is starting to get annoying. can you help me with this

vangeziyorum
Автор

Hi, where can I access the written tutorial sheet? Would Like to take a look at it

SuperNesmaster
Автор

thanks, this timer lib look good ! I'll use it in my porject

remid
Автор

When I try to Verify/Compile your sample code, I get the error "SD1603_TimerTCC.h: No such file or directory". The header files are not in my system. How do I get/install the SD1603 header and library files? This is my first Arduino Zero project.

TerboBlitz