adafruit / Adafruit_LTR390

Adafruit Arduino driver for LTR-390 UV sensor
Other
5 stars 6 forks source link

Depends on Adafruit_BusIO v1.13.2 which no longer exists on Platform.IO registry :( #8

Open lemonkey opened 6 months ago

lemonkey commented 6 months ago

See also https://github.com/adafruit/Adafruit_BusIO/issues/126

caternuson commented 6 months ago

This would generally be an issue with PlatformIO. They need to do something on their end to update their library registry. This library has no fixed version dependency on Adafruit_BusIO.

lemonkey commented 6 months ago

I forgot you can also specify a specific version from Github as a dependency:

https://github.com/adafruit/Adafruit_BusIO#1.13.2

This issue can be closed, thanks