aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2015-07-02 22:15:26 +0530
committerSudar Muthu <sudar@sudarmuthu.com>2015-07-02 22:15:26 +0530
commite3d97f76f5ce2256c90460719eae19621374cac3 (patch)
tree7ea3488742272a4c5b52d1010c2cfc28786ddb36 /README.md
parent1a1a7396eabe22b18ad70d578030a073bda73815 (diff)
parent1ccbc03114504d3b4ba231a6af6eab48926d164f (diff)
Merge pull request #362 from sej7278/master
Added examples for various boards and IDE versions to the Blink example.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fe12c7..120d1da 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,8 @@ or you can install it using the [pre-built package installer](https://pypi.pytho
You can also find more [detailed instructions in this guide](http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile).
-You can also checkout the sample makefiles inside the `examples/` directory, e.g. [Makefile-example](examples/MakefileExample/Makefile-example.mk).
+You can also checkout the sample makefiles inside the `examples/` directory, e.g. [Makefile-example](examples/MakefileExample/Makefile-example.mk) demonstrates some of the more advanced options,
+whilst [Blink](examples/Blink/Makefile) demonstrates the minimal settings required for various boards like the Uno, Nano, Mega, Teensy, ATtiny etc.
Download a copy of this repo some where in your system or install it through a package.