219
edits
m (moved Rasperrypi to Rasperry Pi: Proper name) |
|||
Line 36: | Line 36: | ||
After that you can compile your programs using "mkoctfile". See [http://www.gnu.org/software/octave/doc/interpreter/Oct_002dFiles.html#Oct_002dFiles GNU octave manual: A.1 Oct-Files] for how to write them. | After that you can compile your programs using "mkoctfile". See [http://www.gnu.org/software/octave/doc/interpreter/Oct_002dFiles.html#Oct_002dFiles GNU octave manual: A.1 Oct-Files] for how to write them. | ||
== | == libbcm2835 wrapper for GPIO == | ||
* Write a simple example which read/writes the GPIO ports from within octave. | * Write a simple example which read/writes the GPIO ports from within octave. Here is a stub to start: https://github.com/octave-de/octave-rpi-gpio |
edits