Rasperry Pi: Difference between revisions

Jump to navigation Jump to search
512 bytes added ,  4 July 2014
(created octave on Raspbian page)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Raspbian_wheezy_running_octave.png|500px]]
[http://www.raspberrypi.org Raspberry Pi] is a credit-card sized computer that plugs into your TV/Monitor and a keyboard. (see [http://www.raspberrypi.org/faqs FAQ])
[http://www.raspberrypi.org Raspberry Pi] is a credit-card sized computer that plugs into your TV/Monitor and a keyboard. (see [http://www.raspberrypi.org/faqs FAQ])


Line 27: Line 29:
Just install it with apt-get:
Just install it with apt-get:
  $ sudo apt-get install octave-control
  $ sudo apt-get install octave-control
== build your own .oct files ==
sudo apt-get install liboctave-dev
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. Here is a stub to start: https://github.com/octave-de/octave-rpi-gpio
219

edits

Navigation menu