PiPHP / GPIO

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

I2C support #44

Open ancapeso opened 1 year ago

ancapeso commented 1 year ago

Any change to add I2C to this lib ?

i use a lot of I2C boards and usually i use exec() to control them... is not great but it does the job. something to work on that would be super.