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 X_NUCLEO_IHM03A1_for
Diff: main.cpp
- Revision:
- 26:77955c5d16a3
- Parent:
- 25:4461bc76aaab
- Child:
- 27:3d382b6e60ba
--- a/main.cpp Sat May 18 10:47:40 2019 +0000 +++ b/main.cpp Sat May 18 14:47:48 2019 +0000 @@ -1971,7 +1971,8 @@ // ciclo conteggio celle per carico manuale if (loadDaCanInCorso==1) { cntCellsForLoad++; - if (cntCellsForLoad >= 10) { + double cellsToCount = ceil(((360.0f/cellsNumber)*180.0f)+1.0f); + if (cntCellsForLoad >= cellsToCount) { stopCicloTB=1; cntCellsForLoad=0; }