PiPHP / GPIO

A PHP library for accessing the GPIO pins on a Raspberry Pi.
MIT License
425 stars 43 forks source link

Exporting, direction, value updates. #20

Closed IonBazan closed 5 years ago

IonBazan commented 5 years ago

This fixes the problem when reading the value of an already exported pin. (#15).

I am not an author of this change - I just found it on @joltmode's fork and tought it is worth merging to upstream. All credits go to @joltmode.