joan2937 / pigpio

pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).
The Unlicense
1.45k stars 407 forks source link

i2c (am2320) works with pigpio and not pigpiod - could definition of i2c_open() be wrong? #593

Closed jetmonk closed 8 months ago

jetmonk commented 9 months ago

ERRATUM - mea culpa! I was loading libpigpiod_if instead of libpigpiod_if2, so there was no argument for the 'pi' device being used. Please ignore this.

My one remaining suggestion is to put a warning about the deprecated libpigpiod_if into the documents. Thank you for writing this package!

Please close this issue.