You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@ Future features are to add menu option to easily change the board type, port num
11
11
* Convert a project to Arduino CMake. This replaces CMakeLists.txt with a default one, deletes the default main.cpp file, copies in the Arduino CMake toolchain files, and deletes the build direcory to start fresh
12
12
* Associates .ino and .pde files as C++ source, so you get syntax highlighting and prediction, etc.
13
13
* Create a new sketch file in any directory. If you omit the extension, it will add .ino automatically
14
-
* Adds import for Arduino.h to all newly created sketch files to enable code completion
14
+
* Adds import for Arduino.h to all newly created sketch files to enable code completion
15
+
* Compiled with Java 6 for compatibility with OS X out of the box
0 commit comments