adafruit / Adafruit_Seesaw

Arduino library driver for seesaw multi-use chip
93 stars 64 forks source link

BusIO related cleanup #48

Closed caternuson closed 3 years ago

caternuson commented 3 years ago

Looks like this library is using BusIO: https://github.com/adafruit/Adafruit_Seesaw/blob/4d72e3d2ee7c00b91cc55ecd137c769149706d58/Adafruit_seesaw.h#L24 but is still importing Wire: https://github.com/adafruit/Adafruit_Seesaw/blob/4d72e3d2ee7c00b91cc55ecd137c769149706d58/Adafruit_seesaw.h#L26 and does not have Adafruit BusIO listed as a dependency: https://github.com/adafruit/Adafruit_Seesaw/blob/4d72e3d2ee7c00b91cc55ecd137c769149706d58/library.properties#L10

caternuson commented 3 years ago

The BusIO dependency is taken care of indirectly. Adafruit ST7735 and ST7789 Library depends on Adafruit GFX Library which depends on Adafruit BusIO.