first publish

Dependents:   CleaningMachine_Betago CleaningMachine_Betago clean_V1 CleaningM-Palm ... more

Committer:
icyzkungz
Date:
Mon Feb 15 17:44:04 2016 +0000
Revision:
0:da168b469315
first publish

Who changed what in which revision?

UserRevisionLine numberNew contents of line
icyzkungz 0:da168b469315 1 #define STATE_WALK1 1
icyzkungz 0:da168b469315 2 #define STATE_WALK2 2
icyzkungz 0:da168b469315 3 #define STATE_WALK3 3
icyzkungz 0:da168b469315 4 #define STATE_SWEEPING 4
icyzkungz 0:da168b469315 5 #define STATE_NOT_SWEEPING 5
icyzkungz 0:da168b469315 6 #define STATE_WATERING 6
icyzkungz 0:da168b469315 7 #define STATE_NOT_WATERING 7