Liu Song’s Projects


~/Projects/arduino-starter

git clone https://code.lsong.org/arduino-starter

Commit

Commit
a83b49616cafb1821c1a0f2c59d31a031ac3ac0b
Author
James Halliday <[email protected]>
Date
2015-06-16 22:49:32 -0700 -0700
Diffstat
 readme.markdown | 9 +++++++++

readme


diff --git a/readme.markdown b/readme.markdown
new file mode 100644
index 0000000000000000000000000000000000000000..3e0a52369ab4747e520d5c8cfe8970b8d6a6f051
--- /dev/null
+++ b/readme.markdown
@@ -0,0 +1,9 @@
+# arduino-starter
+
+basic command-line script to compile and flash arduinos
+
+To flash the connected arduino with the program in `main.c`, do:
+
+```
+$ ./make.sh
+```