We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff5d2a commit c55f045Copy full SHA for c55f045
src/main.c
@@ -399,7 +399,7 @@ void tmsPioInit()
399
sm_config_set_out_pins(&readConfig, GPIO_CD7, 8);
400
sm_config_set_in_shift(&readConfig, false, false, 32); // L shift
401
sm_config_set_out_shift(&readConfig, true, false, 32); // R shift
402
- sm_config_set_clkdiv(&readConfig, 1.0f);
+ sm_config_set_clkdiv(&readConfig, 4.0f);
403
404
pio_sm_init(TMS_PIO, tmsReadSm, tmsReadProgram, &readConfig);
405
pio_sm_set_enabled(TMS_PIO, tmsReadSm, true);
0 commit comments