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.
Fork of Timer by
Diff: map/controle.h
- Revision:
- 40:ca4dd3faffa8
diff -r da3a2c781672 -r ca4dd3faffa8 map/controle.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/map/controle.h Wed Apr 13 11:27:01 2016 +0000 @@ -0,0 +1,17 @@ +#ifndef CONTROLE_H +#define CONTROLE_H + +/* Points du rectangle : + 0 1 + + 2 3 + + Penser à supprimer MINDISTROBOT et le mettre dans la taille de l'obstacle (on augmentera dxtaille et dytaille de façon adaptée) + Autre methode d'amelioration : dans la boucle de test de croisement des obstacles, s'il n'y a pas de croisement, mettre ended=true, ca évitera de faire les tests pour tous les points disponibles ! +*/ + +#define NULL 0 +#define BATARD 0xCCCCCCCC +#define MINDISTROBOT 1 + +#endif
