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: variables.hpp
- Revision:
- 13:d1030d4e51a8
- Parent:
- 12:b0fc1d313813
- Child:
- 14:e2b5efa06c41
--- a/variables.hpp Mon Mar 25 11:32:34 2019 +0000 +++ b/variables.hpp Mon Mar 25 15:42:04 2019 +0000 @@ -58,6 +58,9 @@ int pulseRised=0; // pulse from speed wheel occured. Define when is possible to determine speed of up down motor. int pulseRised1 = 0; int pulseRised2 = 0; +int dcEncoderCnt=0; +double seedWheelDcPulse=0.0f; +double frazioneImpulsi=0.0f; double rapportoRuote = 0.0f; double TBrpm = 0.0f; @@ -117,6 +120,8 @@ int aspettaStart=1; int countCicli=0; uint32_t fase = 0; +double loLimitSpeed=0.2f; +double hiLimitSpeed=0.2f; int clocca=0; int enableSpeed=0;