aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-02-24 11:45:14 -0600
committerRossTheRoss <msattr@gmail.com>2019-02-24 11:45:14 -0600
commitc93de7f2ea3c836d360a853c2da2cec94b31d502 (patch)
treea208b059ab8eb4944d4765638ebd3fe544bfd240 /src
parentDo easier HW bits (diff)
downloadhomework-c93de7f2ea3c836d360a853c2da2cec94b31d502.tar
homework-c93de7f2ea3c836d360a853c2da2cec94b31d502.tar.gz
homework-c93de7f2ea3c836d360a853c2da2cec94b31d502.tar.bz2
homework-c93de7f2ea3c836d360a853c2da2cec94b31d502.tar.lz
homework-c93de7f2ea3c836d360a853c2da2cec94b31d502.tar.xz
homework-c93de7f2ea3c836d360a853c2da2cec94b31d502.tar.zst
homework-c93de7f2ea3c836d360a853c2da2cec94b31d502.zip
Get rid of Particle stuff
Diffstat (limited to '')
-rw-r--r--src/Test.ino18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Test.ino b/src/Test.ino
deleted file mode 100644
index 99e9198..0000000
--- a/src/Test.ino
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Project Test
- * Description:
- * Author:
- * Date:
- */
-
-// setup() runs once, when the device is first turned on.
-void setup() {
- // Put initialization like pinMode and begin functions here.
-
-}
-
-// loop() runs over and over again, as quickly as it can execute.
-void loop() {
- // The core of your code will likely live here.
-
-} \ No newline at end of file