commit | 096314872a304dec2858be0e4bf0b387c6aab66d | [log] [tgz] |
---|---|---|
author | Vincent Veron <vincent.veron@st.com> | Mon Nov 27 15:27:33 2017 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Jan 23 10:14:49 2018 -0600 |
tree | 8c3e4a2646a8e3b5f5119c02df529d1b3414d07e | |
parent | 347560459b0c55efe95e2764197a96ce22247b02 [diff] |
drivers: sensor: vl53l0x: ST library customization for Zephyr The generic library provided by ST in ext/hal/st/lib/sensor/vl53l0x needs to be adapted to the platform. In this case, the main modification is the way to use I2C. This is now using the Zephyr I2C API. Signed-off-by: Vincent Veron <vincent.veron@st.com>