瀏覽代碼

Arduino project (dircetory and ino file)

Josiah 10 年之前
父節點
當前提交
c088b715e3
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      emacs-keyboard/emacs-keyboard.ino

+ 9 - 0
emacs-keyboard/emacs-keyboard.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:
+
+}