//! Functions for all devices enum OperatingMode { OneShot, Continuous } mod common; mod mode;