Skip to content

jam1garner/saleae-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saleae-importer

A library for reading and writing Saleae Logic 2 binary capture data

Example

use saleae_importer::SaleaeExport;

let data = SaleaeExport::open("digital_0.bin").unwrap();

for (is_high, time_len) in data.assume_digital().iter_samples() {
    println!("bit state: {is_high} | time: {time_len}");
}

About

A library for reading and writing Saleae Logic 2 binary capture data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages