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 2ed0d0d commit f5cc5d8Copy full SHA for f5cc5d8
include/zephyr/drivers/sensor/afbr_s50.h
@@ -30,6 +30,9 @@ extern "C" {
30
/** Disregard pixel reading if contains this value */
31
#define AFBR_PIXEL_INVALID_VALUE 0x80000000
32
33
+/**
34
+ * Custom sensor channels for AFBR-S50
35
+ */
36
enum sensor_channel_afbr_s50 {
37
/**
38
* Obtain matrix of pixels, with readings in meters.
0 commit comments