We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ff16e commit 1409eaeCopy full SHA for 1409eae
src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h
@@ -19,8 +19,8 @@
19
#include <vl53l4cx_class.h>
20
#include <vl53l4cx_def.h>
21
22
-#define VL53_SHUTDOWN_PIN -1 // No shutdown pin
23
-#define VL53_READING_DELAY 350 // Delay for reading data attempts
+#define VL53_SHUTDOWN_PIN -1 ///< Shutdown pin for VL53L4CX sensor
+#define VL53_READING_DELAY 350 ///< Delay for reading data attempts
24
25
/**************************************************************************/
26
/*!
0 commit comments