We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41a5d2 commit d5dc7bdCopy full SHA for d5dc7bd
README.md
@@ -6,6 +6,12 @@ I kept most functions identical to Matlab's version for compatibility.
6
The StandardFirmata.ino firmware needs to be loaded to your development board.
7
Serial communication is the only form possible right now.
8
9
+To install, download the latest release from the release page.
10
+Start Octave, and move to the folder it the file is saved in.
11
+Type `pkg install arduino.tar.gz`
12
+It requires instrument-control package to run from Forge.
13
+To install that, type `pkg install -forge instrument-control`
14
+
15
Additional features will be added later.
16
version 1.0.0
17
0 commit comments