From d09d0a633775630ab90ec89f430956d44d2aa3b2 Mon Sep 17 00:00:00 2001 From: Loic Delattre Date: Fri, 28 Apr 2023 16:50:55 +0200 Subject: [PATCH] init interrupt arduino code --- Interrupt/Interrupt.ino | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Interrupt/Interrupt.ino diff --git a/Interrupt/Interrupt.ino b/Interrupt/Interrupt.ino new file mode 100644 index 0000000..95c2b6e --- /dev/null +++ b/Interrupt/Interrupt.ino @@ -0,0 +1,9 @@ +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}