diff options
| author | Sudar <sudar@sudarmuthu.com> | 2015-04-08 16:12:00 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2015-04-08 16:13:01 +0530 |
| commit | 0cc6faf16d16c9eb4efbac2ec1d9af6f8932d277 (patch) | |
| tree | bbaaf4b05f177e6f5e75a501adce8cd1525bd30a | |
| parent | 66ff5ce94e01a104b15d1937f657189254ece0d6 (diff) | |
Update README about the version of Arduino that are supported
Fix #328
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ This is a very simple Makefile which knows how to build Arduino sketches. It def - Works on all three major OS (Mac, Linux, Windows) - Auto detects serial baud rate and libraries used - Support for `*.ino` and `*.pde` sketches as well as raw `*.c` and `*.cpp` -- Support for Arduino Software versions 1.0.x as well as 0.x. -Support for Arduino 1.5.x is still work in progress +- Support for Arduino Software versions 0.x, 1.0.x, 1.5.x and 1.6.x except 1.6.2. +We recommend 1.6.3 or above version of Arduino IDE. - Automatic dependency tracking. Referred libraries are automatically included in the build process. Changes in `*.h` files lead to recompilation of sources which include them |
