ProbeTableProvider

@Reusable
class ProbeTableProvider @Inject constructor : Provider<ProbeTable>

Creates a probe table for the USB driver. This augments the default device-to-driver mappings with additional known working configurations. See this package's README for more info.

Constructors

Link copied to clipboard
@Inject
constructor()

Functions

Link copied to clipboard
open override fun get(): ProbeTable