copia12092018

Dependencies:   mbed

Committer:
viaromassimo
Date:
Fri Jun 29 13:07:46 2018 +0000
Revision:
4:1643fea75703
Parent:
3:1cd8d048cd4a
Child:
7:dc3cb1a5764b
V3;; rewritten.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nerit 0:b0a79a3a9da8 1 Ticker MSToMotorNewCheck; //check the motor every xx (milli)seconds
nerit 0:b0a79a3a9da8 2 Timer uSMotor;
nerit 0:b0a79a3a9da8 3 Timer uSWheel;
viaromassimo 4:1643fea75703 4 Timer vibOnOffSwitch;
viaromassimo 4:1643fea75703 5 Timer vibPlusToHSwitch;
viaromassimo 4:1643fea75703 6 Timer vibPlusToLSwitch;
viaromassimo 4:1643fea75703 7 Timer vibMinusToHSwitch;
viaromassimo 4:1643fea75703 8 Timer vibMinusToLSwitch;
viaromassimo 4:1643fea75703 9 // Timer uSCycle; //used, eventually, to check how much time the code needs to cycle