display speed asap
This commit is contained in:
parent
933355e2c5
commit
0e92c502b3
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ int main()
|
||||||
bi_decl(bi_1pin_with_name(DISPLAY_DIO_PIN, "[DIO] LED segments data pin"));
|
bi_decl(bi_1pin_with_name(DISPLAY_DIO_PIN, "[DIO] LED segments data pin"));
|
||||||
bi_decl(bi_1pin_with_name(DISPLAY_CLK_PIN, "[CLK] LED segments clock pin"));
|
bi_decl(bi_1pin_with_name(DISPLAY_CLK_PIN, "[CLK] LED segments clock pin"));
|
||||||
display.displayIambicMode(settings.mode);
|
display.displayIambicMode(settings.mode);
|
||||||
// display.displaySpeed(11);
|
display.displaySpeed(currentWpm);
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
currentWpm = calcWPM(potiRead(), settings.wpmPotiMin, settings.wpmPotiMax);
|
currentWpm = calcWPM(potiRead(), settings.wpmPotiMin, settings.wpmPotiMax);
|
||||||
|
|
Loading…
Reference in a new issue