liske / python-apds9960

Python APDS-9960 Library
GNU General Public License v3.0
81 stars 28 forks source link

Made a few changes #14

Closed raceking37 closed 2 years ago

raceking37 commented 2 years ago

Hi, I made the following changes:

liske commented 2 years ago

Thanks for your contribution! :smiley:

tbuss commented 1 year ago

Hi @liske, I tried today your lib and installed it from pypi. After some test I figured out, that the version there is missing isLightAvailable(), so it wasn't update there I guess. Would you mind to update the module there? Thanks a lot

Joseph0M commented 4 months ago

After some test I figured out, that the version there is missing isLightAvailable()

Same here, I thought my version was corrupted or something, as I couldn't find the function at runtime. This needs to be fixed, especially as the function is included in the Examples!