Analysis Application file
19
• The released SW package supports
• Interrupt mode: an Interrupt pin (GPIO1) sends an interrupt to the host when a new measurement is
available.
• Polling Mode: Host has to check the status of ongoing measurement by polling API.
• Just to flip this flag to switch mode in main.c
Interrupt is comping from PIN4
which is configured as an
Interrupt, get by this function
In polling, host must check ranging data is
ready ?