Interrupts
- Attach interrupt:
This bloc is used for creating external interrupt. It will execute the blocs whenever an event happen on the selected pin according to a mode.
The mode could be:
– LOW to trigger the interrupt whenever the pin is low,
– CHANGE to trigger the interrupt whenever the pin changes value
– RISING to trigger when the pin goes from low to high,
– FALLING for when the pin goes from high to low.
– HIGH to trigger the interrupt whenever the pin is high.
Detach interrupt:
Turns off the given interrupt.
Interrupt:
Re-enables interrupts (after they’ve been disabled by the bloc no interrupt. Interrupts allow certain important tasks to happen in the background and are enabled by default. Some functions will not work while interrupts are disabled, and incoming communication may be ignored. Interrupts can slightly disrupt the timing of code, however, and may be disabled for particularly critical sections of code.
No Interrupt:
Disables interrupts (you can re-enable them withinterrupts()). Interrupts allow certain important tasks to happen in the background and are enabled by default. Some functions will not work while interrupts are disabled, and incoming communication may be ignored. Interrupts can slightly disrupt the timing of code, however, and may be disabled for particularly critical sections of code.










I am Adel Kassah, a computer science teacher in middle school from Tunisia. Now, I am working in the UAE (ABU DHABI) I try to promote coding culture in my country and around the world. I run after school club about programming to kids. I teach them how to make their own games, their own Android App. They learn how to program embedded system and Robotics. I also cooperate with association around Tunisia and share my expertise. I develop my own tool or improve existing one. I made several presentation in conferences about Technology and coding. Lately I was interested about the world of Internet of Things. I made a tool TUNIOT that makes easy programming the NODEMCU board.
My blog is a place where I share my experience to the world.
Welcome everyone! I am happy to see visitors from around the world, from places where I've been and from others I would love to visit. It is always a pleasure to see the map of visitor.
Don't hesitate to contact me for a cooperation.
adelkassah@gmail.com


