//! Protocol implementations for various laser DAC types.
//!
//! This module contains the low-level protocol implementations for each
//! supported DAC type. Each protocol is gated behind a feature flag.
/// Shared USB endpoint seam used by the USB-based backends (Helios, LaserCube
/// USB) so their transfer logic can be tested against a fake device.