init interrupt arduino code

This commit is contained in:
Loic Delattre 2023-04-28 16:50:55 +02:00
parent 27cb5fcdcd
commit d09d0a6337
1 changed files with 9 additions and 0 deletions

9
Interrupt/Interrupt.ino Normal file
View File

@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}