MikroC ARM - STM32F407VG - Kesme Kullanarak Buton ile Led Kontrolü Computer Engineer BLOCKyoutube @ceBLOCK
EN:
This project involves controlling LEDs using a button with interrupts on an STM32F407VG microcontroller in MikroC ARM.
When no interrupt is triggered, the LED on port D13 remains lit.
When the button triggers an interrupt, the LED on port D14 lights up, and the LED on port D13 turns off.
This approach provides more efficient control compared to continuous polling.
TR:
Bu proje, STM32F407VG mikrodenetleyicisi üzerinde MikroC ARM kullanılarak kesme mekanizmasıyla buton ile LED kontrolünü içerir.
Kesme tetiklenmediğinde D13 portundaki LED yanar.
Butona basılarak kesme tetiklendiğinde D14 portundaki LED yanar ve D13 portundaki LED söner.
Bu yöntem, sürekli tarama yerine daha verimli bir kontrol sağlar. https://www.youtube.com/watch?v=-hVQifcfDY4 |
Bildirim