2022-09-19 08:51 AM
Hi everybody, I'm trying to interface vd6283 (I own vd6283-satel breakout board) with other non-stm32 microcontrollers (esp32, samd21, ecc) .
stm's library (x-cube-als) claims that "should" be easy porting on another hw but...it's not that easy....
Did someone try to do that (even on a simple arduino r3) ?
Thanks!
2023-08-08 02:43 AM
Hello,
Sorry for this really late answer.
The VL6283 interface is Arduino pins compatible but it is up to the user to provide an implementation of the platform-dependent components. This must be done complying with the definitions in STALS_platform.h
Regards