From d3029af569489b21559ce40a46c90a49a31cd7b1 Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 5 Oct 2020 21:33:55 -0500 Subject: [PATCH] Delete extras.ino --- src/extras/extras.ino | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/extras/extras.ino diff --git a/src/extras/extras.ino b/src/extras/extras.ino deleted file mode 100644 index 8d8b76d..0000000 --- a/src/extras/extras.ino +++ /dev/null @@ -1,5 +0,0 @@ - -#error THIS IS NOT COMPILABLE CODE - -This is a dummy .ino file that allows you to easily edit the contents of this library using the Arduino IDE. -The code is NOT designed to be compiled from this point. Compile and test the library using one of the examples.