#pico-scope #streaming #pico-technology #driver #oscilloscope

pico-sys-dynamic

Unofficial Rust bindings and wrappers for Pico Technology oscilloscope drivers

4 releases

0.3.1 May 12, 2021
0.3.0 Apr 14, 2021
0.2.1 Mar 26, 2021
0.2.0 Mar 26, 2021

#1599 in Hardware support


Used in 6 crates (2 directly)

MIT license

1MB
23K SLoC

pico-sys-dynamic

Unsafe dynamically loaded bindings for every Pico Technology oscilloscope driver. These were generated from official header files with bindgen before manual clean up.

use pico_sys_dynamic::ps2000::PS2000Loader;

let ps2000 = unsafe { PS2000Loader::new("./path/ps2000.dll").unwrap() };
let handle = unsafe { ps2000.ps2000_open_unit() };

License: MIT

Dependencies