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 CRAC-Strat_2017_homologation_gros_rob by
Diff: Robots/Strategie_small.h
- Revision:
- 1:116040d14164
- Parent:
- 0:ad97421fb1fb
- Child:
- 2:8d8e2cf798a3
diff -r ad97421fb1fb -r 116040d14164 Robots/Strategie_small.h --- a/Robots/Strategie_small.h Wed Apr 13 22:04:54 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -#ifndef CRAC_STRATEGIE_SMALL -#define CRAC_STRATEGIE_SMALL - -#include "global.h" - -/****************************************************************************************/ -/* FUNCTION NAME: doAction */ -/* DESCRIPTION : Effectuer une action specifique */ -/****************************************************************************************/ -unsigned char doAction(unsigned char id, unsigned short speed, short angle); - -/****************************************************************************************/ -/* FUNCTION NAME: initRobot */ -/* DESCRIPTION : initialiser le robot */ -/****************************************************************************************/ -void initRobot(void); - -#endif \ No newline at end of file
