This is an implementation of a traffic light system using led lights and a buzzer.
let mut buzzer = Buzzer::new(GPIO17);
let morse_code = MorseCode::new("Welcome!");
SuperBuzzer::play_sound(&mut buzzer, morse_code);
its all dits (.) or dahs (-) and sometimes daaihs
- Visual Traffic light implementation that syncs in real time
- Morse Coded Traffic Light
- [ x ] Morse Code Support
We went over how to program a traffic light system for the raspbery GPIO pin layout. Check your morse code here: Morse Code