mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Inluded frequency selector at start.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#[derive(Copy, Clone)]
|
||||
pub enum FrequencySignal {
|
||||
Start(f32),
|
||||
pub enum SingleFrequencySignal {
|
||||
Start(u32),
|
||||
Stop,
|
||||
}
|
||||
Reference in New Issue
Block a user