diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc03025 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Arduino C + +Programming the Arduino in pure C. + +## Compile and upload + +Run using the following command (example port): + +``` +sudo ./compile /dev/ttyUSB0 +```