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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Most of the time you will be interacting with arduino with a client library on t
58
58
Note: The above libraries may support various versions of the Firmata protocol and therefore may not support all features of the latest Firmata spec nor all arduino and arduino-compatible boards. Refer to the respective projects for details.
59
59
60
60
##Updating Firmata in the Arduino IDE
61
-
The version of firmata in the Arduino IDE contains an outdated version of Firmata. To update Firmata, download the latest [release](https://github.com/firmata/arduino/releases/tag/v2.4.2) (for Arduino 1.0.x or Arduino 1.5.6 or higher) and replace the existing Firmata folder in your Arduino application. See the instructions below for your platform.
61
+
The version of firmata in the Arduino IDE contains an outdated version of Firmata. To update Firmata, download the latest [release](https://github.com/firmata/arduino/releases/tag/v2.4.3) (for Arduino 1.0.x or Arduino 1.5.6 or higher) and replace the existing Firmata folder in your Arduino application. See the instructions below for your platform.
62
62
63
63
*Note that Arduino 1.5.0 - 1.5.5 are not supported. Please use Arduino 1.5.6 or higher (or Arduino 1.0.5 or 1.0.6).*
64
64
@@ -69,8 +69,8 @@ The Firmata library is contained within the Arduino package.
69
69
1. Navigate to the Arduino application
70
70
2. Right click on the application icon and select `Show Package Contents`
71
71
3. Navigate to: `/Contents/Resources/Java/libraries/` and replace the existing
72
-
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.2) (note there is a different download
73
-
for Arduino 1.0.x vs 1.5.x)
72
+
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.3) (note there is a different download
73
+
for Arduino 1.0.x vs 1.6.x)
74
74
4. Restart the Arduino application and the latest version of Firmata will be available.
75
75
76
76
If you are using the Java 7 version of Arduino 1.5.7 or higher, the file path
@@ -79,25 +79,25 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory)
79
79
###Windows:
80
80
81
81
1. Navigate to `c:/Program\ Files/arduino-1.x/libraries/` and replace the existing
82
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.2) (note there is a different download
83
-
for Arduino 1.0.x vs 1.5.x).
82
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.3) (note there is a different download
83
+
for Arduino 1.0.x vs 1.6.x).
84
84
2. Restart the Arduino application and the latest version of Firmata will be available.
85
85
86
86
*Update the path and arduino version as necessary*
87
87
88
88
###Linux:
89
89
90
90
1. Navigate to `~/arduino-1.x/libraries/` and replace the existing
91
-
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.2) (note there is a different download
92
-
for Arduino 1.0.x vs 1.5.x).
91
+
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/v2.4.3) (note there is a different download
92
+
for Arduino 1.0.x vs 1.6.x).
93
93
2. Restart the Arduino application and the latest version of Firmata will be available.
94
94
95
95
*Update the path and arduino version as necessary*
96
96
97
97
###Using the Source code rather than release archive
98
98
99
99
Clone this repo directly into the core Arduino libraries directory. If you are using
100
-
Arduino 1.5.x, the repo directory structure will not match the Arduino
100
+
Arduino 1.5.x or 1.6.x, the repo directory structure will not match the Arduino
101
101
library format, however it should still compile as long as you are using Arduino 1.5.7
0 commit comments