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:
- 31:92a9e183be8e
- Parent:
- 29:25a875d09817
- Child:
- 32:cfc3d7420fa5
--- a/variables.hpp Thu May 23 14:12:06 2019 +0000 +++ b/variables.hpp Fri May 24 10:29:09 2019 +0000 @@ -9,6 +9,7 @@ // 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; +int oldTractStop=0; bool tankLevelEnable = false; bool seedSensorEnable=false; @@ -179,6 +180,7 @@ int timeHole=0; double memoTimeHole=0; int lockStart=0; +bool alarmEnable=false; uint8_t quincStart=0; uint8_t oldQuincIn=0;