Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 18:6f0897438c03
- Parent:
- 17:c34f14ec2beb
- Child:
- 19:8fdd91276de8
--- a/main.cpp Mon Dec 05 09:39:50 2022 +0000 +++ b/main.cpp Mon Dec 05 09:51:36 2022 +0000 @@ -287,7 +287,6 @@ } } bS1Timer = 0; - bSCounter = 0; } if(abTxBuffer[0] == 'b') { /* User-Taste gedrückt */ @@ -320,7 +319,6 @@ bMainState= enSchwellenwert; } } - bS1Timer = 0; bSCounter = 0; } } @@ -453,10 +451,14 @@ bTimerDot++; /* Zähler für Punktwechsel */ vDisplayVolt(wVorgabeWert); if(bTimerDot == 400) { + wDelayGame=2*nTastShort; + bTimerDot = 0; + } + if(wDelayGame!=0){ if((bDigit&0x03) == 0x01) { wSerial = wSerial & ~nSegH; /* Punktanzeigen */ - } - bTimerDot = 0; + } + wDelayGame--; } break; case enPotiAnzeige: