mod oscillator;
mod oscilloscope;
pub use oscillator::{Oscillator, OscillatorParams, Waveform, generate_waveform_sample};
pub use oscilloscope::{
OSCILLOSCOPE_FRAME_POINTS, OscilloscopeFrameConsumer, OscilloscopeFrameProducer,
OscilloscopeFrameSnapshot, OscilloscopeTap, create_oscilloscope_channel,
};