| Crates.io | pico-sys-dynamic |
| lib.rs | pico-sys-dynamic |
| version | 0.3.1 |
| created_at | 2021-03-26 00:38:26.62233+00 |
| updated_at | 2021-05-12 10:50:09.770127+00 |
| description | Unofficial Rust bindings and wrappers for Pico Technology oscilloscope drivers |
| homepage | |
| repository | https://github.com/meatysolutions/pico-sdk |
| max_upload_size | |
| id | 373593 |
| size | 935,311 |
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