aboutsummaryrefslogtreecommitdiffstats
path: root/Test/src/Test.ino
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-02-21 20:46:37 -0600
committerRossTheRoss <msattr@gmail.com>2019-02-21 20:46:37 -0600
commitefc8baf35ce2e317e6870a59528d27cb99184eab (patch)
tree3348e5644b3014ca9e46dd19d628d1585958d493 /Test/src/Test.ino
parentFix my problems because I'm an idiot (diff)
downloadhomework-efc8baf35ce2e317e6870a59528d27cb99184eab.tar
homework-efc8baf35ce2e317e6870a59528d27cb99184eab.tar.gz
homework-efc8baf35ce2e317e6870a59528d27cb99184eab.tar.bz2
homework-efc8baf35ce2e317e6870a59528d27cb99184eab.tar.lz
homework-efc8baf35ce2e317e6870a59528d27cb99184eab.tar.xz
homework-efc8baf35ce2e317e6870a59528d27cb99184eab.tar.zst
homework-efc8baf35ce2e317e6870a59528d27cb99184eab.zip
Add Photon stuff
Diffstat (limited to 'Test/src/Test.ino')
-rw-r--r--Test/src/Test.ino18
1 files changed, 18 insertions, 0 deletions
diff --git a/Test/src/Test.ino b/Test/src/Test.ino
new file mode 100644
index 0000000..99e9198
--- /dev/null
+++ b/Test/src/Test.ino
@@ -0,0 +1,18 @@
+/*
+ * 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