You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use pico_sys_dynamic::ps2000a::{PS2000A_EXTRA_OPERATIONS,PS2000A_INDEX_MODE,PS2000A_SIGGEN_TRIG_SOURCE,PS2000A_SIGGEN_TRIG_TYPE,PS2000A_SWEEP_TYPE,PS2000ALoader};
15
15
use std::{pin::Pin, sync::Arc};
@@ -384,7 +384,7 @@ impl PicoDriver for PS2000ADriver {
384
384
trigger_type:PicoSigGenTrigType,
385
385
trigger_source:PicoSigGenTrigSource,
386
386
ext_in_threshold:i16,
387
-
) -> PicoResult<()>{
387
+
) -> PicoResult<()>{
388
388
// TODO: no idea how to do this better
389
389
// to avoid the data being taken away, store a copy here?
390
390
// go read the SDK to see if the memory is caller responsibility or
@@ -410,5 +410,28 @@ impl PicoDriver for PS2000ADriver {
0 commit comments