Compare commits
No commits in common. "cbed3f24a19172978debddc0d3a963badfc479f8" and "b85741879510f8310fc468a52629c2adea60bed9" have entirely different histories.
cbed3f24a1
...
b857418795
3
main.c
3
main.c
@ -61,8 +61,7 @@ void core1_main(void) {
|
||||
while (1) {
|
||||
update_buttons();
|
||||
update_inputs();
|
||||
printf("vco_mode: %d, quant_enabled: %d amen_enabled: %d\n", state.vco_mode,state.quant_enabled,state.amen_enabled);
|
||||
printf("clock_bpm: %f\n",state.clock_bpm);
|
||||
printf("vco_mode: %d, quant_enabled: %d amen_enabled: %d", state.vco_mode,state.quant_enabled,state.amen_enabled);
|
||||
sleep_ms(1);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user