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
History
Cosmetic changes to v53l0x class; wrWord and rdWord calls changed to write_word and read_word
2017-06-28, by JerrySzczurak [Wed, 28 Jun 2017 12:23:03 +0000] rev 21
Cosmetic changes to v53l0x class; wrWord and rdWord calls changed to write_word and read_word
Added functions from vl53l0x c api, for code consistency
2017-06-28, by JerrySzczurak [Wed, 28 Jun 2017 12:07:45 +0000] rev 20
Added functions from vl53l0x c api, for code consistency
Added comments to functions derived from vl53l0x_api
2017-06-26, by JerrySzczurak [Mon, 26 Jun 2017 13:40:27 +0000] rev 19
Added comments to functions derived from vl53l0x_api
Additional code style updates, following application of rules via astyle.
2017-06-26, by johnAlexander [Mon, 26 Jun 2017 08:26:08 +0000] rev 18
Additional code style updates, following application of rules via astyle.
Refactored last functions which auto-tools missed, and removed last deprecated method.
2017-06-22, by johnAlexander [Thu, 22 Jun 2017 10:20:57 +0000] rev 17
Refactored last functions which auto-tools missed, and removed last deprecated method.
further code refactoring with resharper & astyle.; removal of deprecated interfaces.
2017-06-22, by johnAlexander [Thu, 22 Jun 2017 09:55:10 +0000] rev 16
further code refactoring with resharper & astyle.; removal of deprecated interfaces.
x_nucleo_53l0a1 & vl53l0x_class class reformatted with astyle tool.
2017-06-20, by johnAlexander [Tue, 20 Jun 2017 16:00:31 +0000] rev 15
x_nucleo_53l0a1 & vl53l0x_class class reformatted with astyle tool.
Update stmpe1600 & display classes to follow mbed SDK coding guidelines. Flow these updates in to vl53l0x_class and x_nucleo_53l0a1 class too.
2017-06-20, by johnAlexander [Tue, 20 Jun 2017 15:43:26 +0000] rev 14
Update stmpe1600 & display classes to follow mbed SDK coding guidelines. Flow these updates in to vl53l0x_class and x_nucleo_53l0a1 class too.
Refactor interrupt setup in StartMeasurement, for range_continuous_interrupt mode.
2017-06-15, by johnAlexander [Thu, 15 Jun 2017 13:33:35 +0000] rev 13
Refactor interrupt setup in StartMeasurement, for range_continuous_interrupt mode.
Add ranging_continuous_interrupt support.
2017-06-14, by johnAlexander [Wed, 14 Jun 2017 14:39:27 +0000] rev 12
Add ranging_continuous_interrupt support.