stm32duino / VL53L0X

Arduino library to support the VL53L0X Time-of-Flight and gesture-detection sensor
17 stars 14 forks source link

Modify the VL53L0X class in order to be compatible with X-NUCLEO-53L0A1 #3

Closed cparata closed 7 years ago

cparata commented 7 years ago

Hi all, I need this modification in the VL53L0X class in order to derive the class to support the X-NUCLEO-53L0A1. In practice the subclass of X-NUCLEO-53L0A1 needs also of a port expander class in order to manage the gpio0 pin. I prepared another package with the VL53L0X_X_NUCLEO_53L0A1 subclass definition, the gpio expander class and the examples for X-NUCLEO-53L0A1. Finally, I think that the gesture library should be defined outside this package, because it can be used also by VL6180X component. Best Regards, Carlo