diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2015-07-02 22:15:26 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2015-07-02 22:15:26 +0530 |
| commit | e3d97f76f5ce2256c90460719eae19621374cac3 (patch) | |
| tree | 7ea3488742272a4c5b52d1010c2cfc28786ddb36 /README.md | |
| parent | 1a1a7396eabe22b18ad70d578030a073bda73815 (diff) | |
| parent | 1ccbc03114504d3b4ba231a6af6eab48926d164f (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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
