Skip to content

Commit 19c33de

Browse files
added configurable firmata specific notes to the readme
1 parent b96dd80 commit 19c33de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

100100
Clone this repo directly into the core Arduino libraries directory. If you are using
101101
Arduino 1.5.x, the repo directory structure will not match the Arduino
102102
library format, however it should still compile as long as you are using Arduino 1.5.7
103103
or higher.
104104

105105
You 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*

0 commit comments

Comments
 (0)