added buzzer

This commit is contained in:
Philipp
2025-04-16 16:10:42 +02:00
parent a9bbc61300
commit ad009f987d
9 changed files with 243 additions and 156 deletions

View File

@@ -1,9 +1,10 @@
use pm3::run_pm3;
mod parser;
mod pm3;
mod id_store;
fn main() {
run_pm3().unwrap();
}
use pm3::run_pm3;
mod parser;
mod pm3;
mod id_store;
mod buzzer;
fn main() {
run_pm3().unwrap();
}