From a3aec4545292b3002289f4bc01031ae3c4992484 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 25 Jan 2024 03:02:24 -0600 Subject: [PATCH] added ino file --- stream_pad_arduino.ino | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stream_pad_arduino.ino diff --git a/stream_pad_arduino.ino b/stream_pad_arduino.ino new file mode 100644 index 0000000..53f9170 --- /dev/null +++ b/stream_pad_arduino.ino @@ -0,0 +1,11 @@ +#include + +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}