[Newbies] Read RasPi GPIO

Michael Rice limitcase at gmail.com
Wed Jan 28 13:13:06 UTC 2015


Is there a StandardFileStream>>reset?

Michael

On Wed, Jan 28, 2015 at 7:45 AM, Herbert König <herbertkoenig at gmx.net>
wrote:

> Hi,
>
> I can successfully read a GPIO Pin on the RasPi if I do it like:
> |value|
> dataFile ensureOpen.
> value := dataFile upToEnd.
> dataFile close.
> ^value
>
> dataFile is the /sys/class/gpio/gpioxx/value file that exists after
> exporting gpioxx.
>
> Without the reopening and closing of the file I get '' on subsequent reads
> which means that
> StandartFileStream>>basicNext answers nil.
>
> Is there a way to get the values without having to close and reopen the
> file each time?
>
> Thanks
>
> Herbert
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20150128/a969403a/attachment-0001.htm


More information about the Beginners mailing list