Re: [Gambas-user] Raspberry pi question

2012-07-30 Thread Christer Johansson
A guy named Gordon have already made a C library named WiringPi but I have no clue on how to use it from within Gambas3 or if it's even possible? https://projects.drogon.net/raspberry-pi/wiringpi/ This is a more interesting thing. I think by using Extern functions, you can

Re: [Gambas-user] Raspberry pi question

2012-07-30 Thread Christer Johansson
Maybe I say something stupid, but there is a shell script example there: http://elinux.org/RPi_Low-level_peripherals#GPIO_Driving_Example_.28Shell_script.29 It is just a matter of writing or reading files in /sys/class/gpio as root. So you can use the standard file functions in Gambas for

Re: [Gambas-user] Raspberry pi question

2012-07-28 Thread Benoît Minisini
Le 28/07/2012 19:24, Christer Johansson a écrit : Le 26/07/2012 10:53, fulippo_fuli...@tiscali.it a écrit : Hi Somebody know how to use gpio port with Gambas 2/3 on Raspberry pi in python is possible there is som libraries thank's I don't know what python does. According to:

Re: [Gambas-user] Raspberry pi question

2012-07-28 Thread Benoît Minisini
Le 28/07/2012 19:24, Christer Johansson a écrit : A guy named Gordon have already made a C library named WiringPi but I have no clue on how to use it from within Gambas3 or if it's even possible? https://projects.drogon.net/raspberry-pi/wiringpi/ This is a more interesting thing. I

[Gambas-user] Raspberry pi question

2012-07-26 Thread fulippo_fuli...@tiscali.it
Hi Somebody know how to use gpio port with Gambas 2/3 on Raspberry pi in python is possible there is som libraries thank's Invita i tuoi amici e Tiscali ti premia! Il consiglio di un amico vale più di uno spot in TV. Per ogni nuovo abbonato 30 € di premio per te e per lui! Un amico al mese

Re: [Gambas-user] Raspberry pi question

2012-07-26 Thread Benoît Minisini
Le 26/07/2012 10:53, fulippo_fuli...@tiscali.it a écrit : Hi Somebody know how to use gpio port with Gambas 2/3 on Raspberry pi in python is possible there is som libraries thank's I don't know what python does. According to: