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:
- 8:310f9e4eac7b
- Parent:
- 6:e8c18f0f399a
- Child:
- 10:9e70619e97ab
--- a/variables.hpp Tue Feb 19 17:03:53 2019 +0000 +++ b/variables.hpp Mon Mar 11 06:44:59 2019 +0000 @@ -5,8 +5,8 @@ // SET INIZIALI DI MACCHINA bool canDataCheckEnable=false; // a true per attivare il controllo del quinconce anche con dati CAN -int speedFromPick = 1; // definisce se il controllo di velocità della ruota di semina è gestita dai becchi (set a 1) o dai fori sul disco (set a 0) -bool encoder=false; // true quando montato motore DC con encoder incorporato +int speedFromPick = 0; // definisce se il controllo di velocità della ruota di semina è gestita dai becchi (set a 1) o dai fori sul disco (set a 0) +bool encoder=true; // true quando montato motore DC con encoder incorporato // NOTA: SE ENCODER=TRUE ALLORA SPEEDFROMPICK DEVE ESSERE MESSO A 0 int tamburoStandard=1; // a 1 per tamburo parallelo alla ruota di semina, a 0 per zucca int cambiaStep=0;