Updates to follow mbed SDK coding style guidelines.

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   53L0A1_Satellites_with_Interrupts_OS5 Display_53L0A1_OS5

Fork of X_NUCLEO_53L0A1 by ST

Changes

RevisionDateWhoCommit message
21:627b65069e6d 2017-06-28 JerrySzczurak Cosmetic changes to v53l0x class; wrWord and rdWord calls changed to write_word and read_word default tip
20:cf211a3b3d9e 2017-06-28 JerrySzczurak Added functions from vl53l0x c api, for code consistency
19:7f104764f458 2017-06-26 JerrySzczurak Added comments to functions derived from vl53l0x_api
18:12995674c3a7 2017-06-26 johnAlexander Additional code style updates, following application of rules via astyle.
17:1b842521063a 2017-06-22 johnAlexander Refactored last functions which auto-tools missed, and removed last deprecated method.
16:98ce55ddbb1a 2017-06-22 johnAlexander further code refactoring with resharper & astyle.; removal of deprecated interfaces.
15:932d8b4e52c9 2017-06-20 johnAlexander x_nucleo_53l0a1 & vl53l0x_class class reformatted with astyle tool.
14:d84672f45f7b 2017-06-20 johnAlexander Update stmpe1600 & display classes to follow mbed SDK coding guidelines. Flow these updates in to vl53l0x_class and x_nucleo_53l0a1 class too.
13:615f7e38568c 2017-06-15 johnAlexander Refactor interrupt setup in StartMeasurement, for range_continuous_interrupt mode.
12:f6e2bad00dc7 2017-06-14 johnAlexander Add ranging_continuous_interrupt support.
11:ceaa5a026412 2017-06-12 JerrySzczurak Change to vl53lO class: aligning ARM mbed codding standard. Deprecated functions kept for backward compatibility.
10:faf8d62ce6d1 2017-06-07 johnAlexander Ensure that GetDistance() is populated in the VL53L0X class.
9:367d1f390cb2 2017-06-07 johnAlexander Enable support for left and right sensors. Tested with mbed_143.
8:8d27ebb4e1eb 2016-12-07 johnAlexander Add small delay in VL53L0_On/Off members, to allow longer for sensor to power-up or switch off.
7:35ecf3e060c3 2016-12-05 johnAlexander Replace STM32 HAL_delay call with equivalent mbed wait_ms, for cross processor compatibility.; Import mbed.h in VL53L0X class to ease finding InterruptIn.; Minor code tidy up.
6:fa6944a8850f 2016-12-05 johnAlexander Replace STM32 HAL lib delay with equivalent mbed one, for cross-proc compatability.
5:c82a48da3c9e 2016-12-05 johnAlexander Call mbed.h from VL53L0X_Class, to ease finding InterruptIn.; Remove mbed.h from X_NUCLEO_53L0A1.
4:4e1576541eed 2016-12-05 johnAlexander Minor code tidy-up.
3:613d7f1ef60e 2016-12-02 johnAlexander UpDate GetDistance() to return an error upon invalid range.
2:58b5e9097aa3 2016-12-01 johnAlexander Use ST_INTERFACES package to access RangeSensor abstract class.
1:01b8004bc0a7 2016-11-28 johnAlexander First release. Ready to go to st.com & mbed.
0:c523920bcc09 2016-11-28 johnAlexander Singleshot, polled ranging example using central VL53L0X sensor.; Compatible with mass-market v1.1 C API.