adafruit / Adafruit_VL53L0X

Arduino library for Adafruit VL53L0X
149 stars 118 forks source link

Why does this library depend on Adafruit SSD1306 and Adafruit GFX Library? #40

Closed vinebarbosa closed 4 years ago

vinebarbosa commented 4 years ago

https://github.com/adafruit/Adafruit_VL53L0X/blob/e5bf0ba3cf77e0840a3d39bbb9cfa5b3f80b7580/library.properties#L10

caternuson commented 4 years ago

Those libraries are used by one of the examples: https://github.com/adafruit/Adafruit_VL53L0X/blob/master/examples/vl53l0x_oled

vinebarbosa commented 4 years ago

Ok. Thaks to explain me @caternuson!