Crate pico_enumeration

Source
Expand description

Enumerates Pico Technology oscilloscope devices.

This is a sub crate that you probably don’t want to use directly. Try the top level pico-sdk crate which exposes everything from here.

Discovers Pico devices by USB Vendor ID, handles loading the required Pico drivers and enumerates them in parallel returning discovered devices and errors.

Structs§

DeviceEnumerator
Enumerates PicoDevice’s
EnumeratedDevice
Devices returned by the enumerator

Enums§

EnumerationError

Traits§

EnumResultHelpers