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 |
#1300 in Hardware support
47 downloads per month
Used in 6 crates
(2 directly)
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
lib.rs
:
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() };