doc/wand: Add a tiny blurb about prober

This commit is contained in:
Jakob Bornecrantz 2020-09-04 16:50:39 +01:00
parent 4f94ee0c91
commit 80fb9b722b

View file

@ -11,3 +11,10 @@ features you want.
The first components you will be interacting with is @ref st_prober find the
hardware devices and setup a working system, along with the @ref aux code that
provides various helpers. You can look at other @ref drv on how to start.
## Probing
When should I implement the @ref xrt_auto_prober interface? The answer is not
too hard: you use the auto prober interface when the basic USB VID/PID-based
interface is not sufficient for you to detect presence/absence of your device,
or if you don't want to use the built-in HID support for some reason.