Skip to content

Commit 1de9c19

Browse files
Merge pull request #307 from kelcecil/rust-firmata-lib
Add Rust firmata client library
2 parents af6ad68 + 492faae commit 1de9c19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ Most of the time you will be interacting with Arduino with a client library on t
6161
* [https://github.com/kfatehi/firmata]
6262
* Modelica
6363
* [https://www.wolfram.com/system-modeler/libraries/model-plug/]
64-
* golang
64+
* Go
6565
* [https://github.com/kraman/go-firmata]
6666
* vvvv
6767
* [https://vvvv.org/blog/arduino-second-service]
6868
* openFrameworks
6969
* [http://openframeworks.cc/documentation/communication/ofArduino/]
70+
* Rust
71+
* [https://github.com/zankich/rust-firmata]
7072

7173
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.
7274

0 commit comments

Comments
 (0)