update sequences

This commit is contained in:
sigil-03 2025-11-06 11:31:26 -07:00
parent 1bdb68c0d4
commit a1767420f2
3 changed files with 158 additions and 317 deletions

View file

@ -267,7 +267,7 @@ fn app_main(mut p: hal::Peripherals) -> ! {
let sample_player = DacService::new(ch32_hal::timer::Channel::Ch4, dac_service_data);
sample_player.load_data(coin_sound);
let sequencer = app::sequencer::DynamicSequence::new(&SEQUENCE_LIST[0], tick_rate_hz);
let sequencer = app::sequencer::DynamicSequence::new(&SEQUENCE_LIST[0].0, tick_rate_hz);
let app_services = Services {
led0: LedService::new(led0_ch),