WEBVTT

00:00.210 --> 00:06.030
In the following license, you will learn how to use the interrupts functionality you have finished

00:06.030 --> 00:12.030
solving the pushbutton problem, which means that from now on you would be able to use the button to

00:12.030 --> 00:15.540
trigger some action only when the state of the button changes.

00:15.840 --> 00:22.770
For example, when you press authorities the button and actually we are not totally done with this push

00:22.770 --> 00:23.120
button.

00:23.580 --> 00:28.730
This component is one of the most important ones which you will use in many of your project.

00:29.070 --> 00:32.250
So it's a good thing to know the different ways to handle it.

00:32.730 --> 00:36.250
Now it's time to learn about our new interrupts.

00:36.750 --> 00:43.530
I will first explain what are interrupts our interruptions, and then you will use them with the pushbutton

00:43.740 --> 00:49.620
and combine them with the balance functionality you have just discovered at the end of the section.

00:49.800 --> 00:56.670
You mean ready know everything you need in order to correctly handle those buttons in any of your future

00:56.760 --> 00:57.330
projects.

00:57.690 --> 00:58.810
And let's get started.
