adafruit / Adafruit_VL53L0X

Arduino library for Adafruit VL53L0X
149 stars 118 forks source link

This library has variables that are never used #39

Closed vinebarbosa closed 4 years ago

vinebarbosa commented 4 years ago

https://github.com/adafruit/Adafruit_VL53L0X/blob/7ea8e395dc4977aa69b1fb45af79161a120e42b7/src/Adafruit_VL53L0X.h#L74-L75

https://github.com/adafruit/Adafruit_VL53L0X/blob/7ea8e395dc4977aa69b1fb45af79161a120e42b7/src/Adafruit_VL53L0X.cpp#L53-L54

I found these variables that are never used. Removing them can free up memory on the microcontroller.