Using External Interrupts

Опубликовано: 20 Октябрь 2024
на канале: Visual Micro
3,965
61

If you want to capture an event from an external source (button, sensor etc..) and never want to miss it in your code, External Interrupts are for you! More Information and Links below.....

External Interrupts are available on all Arduino compatible boards, and allow an external event to interrupt your running code at any time, to capture an event.

This means you no longer need to try and evaluate all sensors all of the time, and can simply pick up the event data stored when your code reaches it.

Don't forget to like and subscribe if you enjoy this video, and leave a comment to let us know your thoughts, ideas, and improvements.

Our Website:
https://www.visualmicro.com/

External Interrupt Example:
https://www.visualmicro.com/page/Exte...

#Arduino #VisualStudio #Interrupts