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:
- 27:3d382b6e60ba
- Parent:
- 26:77955c5d16a3
- Child:
- 28:0534c86365ec
--- a/main.cpp Sat May 18 14:47:48 2019 +0000 +++ b/main.cpp Sun May 19 08:05:56 2019 +0000 @@ -1971,7 +1971,7 @@ // ciclo conteggio celle per carico manuale if (loadDaCanInCorso==1) { cntCellsForLoad++; - double cellsToCount = ceil(((360.0f/cellsNumber)*180.0f)+1.0f); + double cellsToCount = ceil(((cellsNumber/360.0)*180.0f)+1.0f); if (cntCellsForLoad >= cellsToCount) { stopCicloTB=1; cntCellsForLoad=0;