vlfd-rs 2.1.0

Modern Rust driver for the VLFD board
Documentation
1
2
3
4
5
6
7
// VLFD constants mirrored from the legacy ProgramVLFD headers.
pub const SMIMS_VERSION: u16 = 0x0200u16;
pub const DW_VID: u16 = 0x2200u16;
pub const DW_PID: u16 = 0x2008u16;

// Similar to a "product activation key".
pub const SERIAL_NO: &str = "F4UP-G2NH-Y0M0-AC05-F805-A478";