Re: [9fans] Raspberry Pi 2 GPIO

2019-09-16 Thread Brian L. Stuart
On Thursday, September 12, 2019, 5:43:13 AM EDT, Richard Miller <9f...@hamnavoe.com> wrote: > > Do you also need the man pages for i2c and > > spi, or did I send those the first time around? > > If you sent them, they must have gone astray ... if you can > supply a new copy, I'll add them to the

Re: [9fans] Raspberry Pi 2 GPIO

2019-09-12 Thread Richard Miller
> Do you also need the man pages for i2c and > spi, or did I send those the first time around? If you sent them, they must have gone astray ... if you can supply a new copy, I'll add them to the image too. Thanks!

Re: [9fans] Raspberry Pi 2 GPIO

2019-09-10 Thread Brian L. Stuart
On Tuesday, September 10, 2019, 12:21:32 PM EDT, Richard Miller <9f...@hamnavoe.com> wrote: > Thanks Brian, I'll add your man page to the 9pi image for the > next update. You're welcome. Do you also need the man pages for i2c and spi, or did I send those the first time around? Thanks, BLS

Re: [9fans] Raspberry Pi 2 GPIO

2019-09-10 Thread Richard Miller
Thanks Brian, I'll add your man page to the 9pi image for the next update.

Re: [9fans] Raspberry Pi 2 GPIO

2019-09-10 Thread Brian L. Stuart
On Tuesday, September 10, 2019, 10:27:08 AM EDT, Олег Бахарев wrote: > Need man page for this. My bad. I thought I had sent man pages along with the code. I've included the man page for it at the bottom of this message. > Can you get some example for reading/writing GPIO ? I've also included

Re: [9fans] Raspberry Pi 2 GPIO

2019-09-10 Thread Олег Бахарев
Need man page for this. Can you get some example for reading/writing GPIO ? сб, 7 сент. 2019 г., 16:46 Richard Miller <9f...@hamnavoe.com>: > > How to get access to RPi 2 GPIO ? > > bind -a '#G' /dev > > Reading from /dev/gpio gives a 16-character big-endian hex string > with current values of

Re: [9fans] Raspberry Pi 2 GPIO

2019-09-07 Thread Richard Miller
> How to get access to RPi 2 GPIO ? bind -a '#G' /dev Reading from /dev/gpio gives a 16-character big-endian hex string with current values of gpios 63-0. Writing commands like 'function 17 out' and 'set 17 1' to /dev/gpio will change functions and outputs. Sorry there doesn't seem to be a man

[9fans] Raspberry Pi 2 GPIO

2019-08-31 Thread Олег Бахарев
How to get access to RPi 2 GPIO ?