Compare commits
2 Commits
b857418795
...
cbed3f24a1
| Author | SHA1 | Date | |
|---|---|---|---|
| cbed3f24a1 | |||
| 5c6a687471 |
3
main.c
3
main.c
@ -61,7 +61,8 @@ void core1_main(void) {
|
||||
while (1) {
|
||||
update_buttons();
|
||||
update_inputs();
|
||||
printf("vco_mode: %d, quant_enabled: %d amen_enabled: %d", state.vco_mode,state.quant_enabled,state.amen_enabled);
|
||||
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);
|
||||
sleep_ms(1);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user