-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74ca704
commit d21242b
Showing
6 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,12 @@ Most of the time you will be interacting with Arduino with a client library on t | |
* [https://github.com/nfrancois/firmata] | ||
* Max/MSP | ||
* [http://www.maxuino.org/] | ||
* Elixir | ||
* [https://github.com/kfatehi/firmata] | ||
* Modelica | ||
* [https://www.wolfram.com/system-modeler/libraries/model-plug/] | ||
* golang | ||
* [https://github.com/kraman/go-firmata] | ||
|
||
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. | ||
|
||
|
@@ -82,7 +88,7 @@ $ git clone [email protected]:firmata/arduino.git ~/Documents/Arduino/libraries/Fir | |
|
||
##Updating Firmata in the Arduino IDE - older versions (<= 1.6.3 or 1.0.x) | ||
|
||
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.1) (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. | ||
Download the latest [release](https://github.com/firmata/arduino/releases/tag/2.5.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. | ||
|
||
*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).* | ||
|
||
|
@@ -93,7 +99,7 @@ The Firmata library is contained within the Arduino package. | |
1. Navigate to the Arduino application | ||
2. Right click on the application icon and select `Show Package Contents` | ||
3. Navigate to: `/Contents/Resources/Java/libraries/` and replace the existing | ||
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.1) (note there is a different download | ||
`Firmata` folder with latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download | ||
for Arduino 1.0.x vs 1.6.x) | ||
4. Restart the Arduino application and the latest version of Firmata will be available. | ||
|
||
|
@@ -103,7 +109,7 @@ will differ slightly: `Contents/Java/libraries/Firmata` (no Resources directory) | |
###Windows: | ||
|
||
1. Navigate to `c:/Program\ Files/arduino-1.x/libraries/` and replace the existing | ||
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.1) (note there is a different download | ||
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download | ||
for Arduino 1.0.x vs 1.6.x). | ||
2. Restart the Arduino application and the latest version of Firmata will be available. | ||
|
||
|
@@ -112,7 +118,7 @@ for Arduino 1.0.x vs 1.6.x). | |
###Linux: | ||
|
||
1. Navigate to `~/arduino-1.x/libraries/` and replace the existing | ||
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.1) (note there is a different download | ||
`Firmata` folder with the latest [Firmata release](https://github.com/firmata/arduino/releases/tag/2.5.2) (note there is a different download | ||
for Arduino 1.0.x vs 1.6.x). | ||
2. Restart the Arduino application and the latest version of Firmata will be available. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d21242b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revisions.txt is the class name "SerialFimata"?
Edit:
Ops, guess a typo.!
d21242b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, typo. Fixed. You can find the new SerialFirmata class here: https://github.com/firmata/arduino/tree/master/utility.