File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- #Firmata
1+ #ConfigurableFirmata
22
33[ ![ Gitter] (https://badges.gitter.im/Join Chat.svg)] ( https://gitter.im/firmata/arduino?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
44
@@ -95,19 +95,20 @@ for Arduino 1.0.x vs 1.5.x).
9595
9696* Update the path and arduino version as necessary*
9797
98- ###Using the Source code rather than release archive
98+ ###Using the ConfigurableFirmata Source code rather than release archive
9999
100100Clone this repo directly into the core Arduino libraries directory. If you are using
101101Arduino 1.5.x, the repo directory structure will not match the Arduino
102102library format, however it should still compile as long as you are using Arduino 1.5.7
103103or higher.
104104
105105You will first need to remove the existing Firmata library, then clone firmata/arduino
106- into an empty Firmata directory:
106+ into an empty Firmata directory and checkout the ` configurable ` branch :
107107
108108``` bash
109109$ rm -r /Applications/Arduino.app/Contents/Resources/Java/libraries/Firmata
110110$ git clone
[email protected] :firmata/arduino.git /Applications/Arduino.app/Contents/Resources/Java/libraries/Firmata
111+ $ git checkout configurable
111112```
112113
113114* Update paths if you're using Windows or Linux*
You can’t perform that action at this time.
0 commit comments