PiPHP / GPIO

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

Fix double exporting output pin #21

Closed IonBazan closed 3 years ago

IonBazan commented 5 years ago

Thanks to @joltmode for original solution. I have modified it a bit to use FileSystemInterface and fixed tests.

AndrewCarterUK commented 3 years ago

Hey - I'm really sorry for missing this.

This looks like a really good fix - I'm holding fire on merging this for the moment as I don't have time to properly review.

I'm looking for someone to maintain this repository and if I can't find someone I'll probably mark the repository is inactive and then provide instructions for users on how to run this bugfix in the README.

IonBazan commented 3 years ago

@svpernova09 rebased 😄

svpernova09 commented 3 years ago

Thanks for the PR!