Skip to content

Commit 73a7363

Browse files
update link to list of host software packages
1 parent e86d0fb commit 73a7363

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

examples/AllInputsFirmata/AllInputsFirmata.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* any host computer software package.
55
*
66
* To download a host software package, please click on the following link
7-
* to open the download page in your default browser.
7+
* to open the list of Firmata client libraries in your default browser.
88
*
9-
* http://firmata.org/wiki/Download
9+
* https://github.com/firmata/arduino#firmata-client-libraries
1010
*/
1111

1212
/*

examples/AnalogFirmata/AnalogFirmata.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* any host computer software package.
55
*
66
* To download a host software package, please click on the following link
7-
* to open the download page in your default browser.
7+
* to open the list of Firmata client libraries in your default browser.
88
*
9-
* http://firmata.org/wiki/Download
9+
* https://github.com/firmata/arduino#firmata-client-libraries
1010
*/
1111

1212
/* This firmware supports as many analog ports as possible, all analog inputs,

examples/EchoString/EchoString.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* any host computer software package.
55
*
66
* To download a host software package, please click on the following link
7-
* to open the download page in your default browser.
7+
* to open the list of Firmata client libraries in your default browser.
88
*
9-
* http://firmata.org/wiki/Download
9+
* https://github.com/firmata/arduino#firmata-client-libraries
1010
*/
1111

1212
/* This sketch accepts strings and raw sysex messages and echos them back.

examples/OldStandardFirmata/OldStandardFirmata.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* any host computer software package.
55
*
66
* To download a host software package, please click on the following link
7-
* to open the download page in your default browser.
7+
* to open the list of Firmata client libraries in your default browser.
88
*
9-
* http://firmata.org/wiki/Download
9+
* https://github.com/firmata/arduino#firmata-client-libraries
1010
*/
1111

1212
/*

examples/ServoFirmata/ServoFirmata.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* any host computer software package.
55
*
66
* To download a host software package, please click on the following link
7-
* to open the download page in your default browser.
7+
* to open the list of Firmata client libraries in your default browser.
88
*
9-
* http://firmata.org/wiki/Download
9+
* https://github.com/firmata/arduino#firmata-client-libraries
1010
*/
1111

1212
/* This firmware supports as many servos as possible using the Servo library

examples/SimpleAnalogFirmata/SimpleAnalogFirmata.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* any host computer software package.
55
*
66
* To download a host software package, please click on the following link
7-
* to open the download page in your default browser.
7+
* to open the list of Firmata client libraries in your default browser.
88
*
9-
* http://firmata.org/wiki/Download
9+
* https://github.com/firmata/arduino#firmata-client-libraries
1010
*/
1111

1212
/* Supports as many analog inputs and analog PWM outputs as possible.

examples/SimpleDigitalFirmata/SimpleDigitalFirmata.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* any host computer software package.
55
*
66
* To download a host software package, please click on the following link
7-
* to open the download page in your default browser.
7+
* to open the list of Firmata client libraries in your default browser.
88
*
9-
* http://firmata.org/wiki/Download
9+
* https://github.com/firmata/arduino#firmata-client-libraries
1010
*/
1111

1212
/* Supports as many digital inputs and outputs as possible.

0 commit comments

Comments
 (0)