pour trouver l'automate de reception can

Fork of CRAC-Strat_copy by Clement Breteau

Committer:
antbig
Date:
Mon May 09 09:10:17 2016 +0000
Revision:
12:14729d584500
Parent:
9:d0042422d95a
Child:
14:c8fc06c4887f
1Version utilis? lors du match 5

Who changed what in which revision?

UserRevisionLine numberNew contents of line
antbig 3:19f2285a4757 1 #ifndef CRAC_CONFIG_BIG
antbig 3:19f2285a4757 2 #define CRAC_CONFIG_BIG
antbig 3:19f2285a4757 3 /**
antbig 3:19f2285a4757 4 Fichier de configuration des action specifique au gros robot
antbig 3:19f2285a4757 5 **/
antbig 3:19f2285a4757 6
antbig 8:0edc7dfb7f7e 7 #define AX12_ID_PINCE_ARRIERE_HAUTE_GAUCHE 18
antbig 8:0edc7dfb7f7e 8 #define AX12_ID_PINCE_ARRIERE_HAUTE_DROITE 15
antbig 9:d0042422d95a 9 #define AX12_ID_PINCE_ARRIERE_BASSE_GAUCHE 13
antbig 9:d0042422d95a 10 #define AX12_ID_PINCE_ARRIERE_BASSE_DROITE 14
antbig 8:0edc7dfb7f7e 11 #define AX12_ID_PORTE_ARRIERE_DROITE 4
antbig 8:0edc7dfb7f7e 12 #define AX12_ID_PORTE_ARRIERE_GAUCHE 5
antbig 9:d0042422d95a 13 #define AX12_ID_FUNNY_ACTION 1
antbig 12:14729d584500 14 #define AX12_ID_CHARIOT 2
antbig 12:14729d584500 15 #define AX12_ID_PEIGNE 3
antbig 12:14729d584500 16 #define AX12_ID_PORTE_AVANT_DROITE 11
antbig 12:14729d584500 17 #define AX12_ID_PORTE_AVANT_GAUCHE 6
antbig 12:14729d584500 18 #define AX12_ID_VENTOUSE 8
antbig 12:14729d584500 19 #define AX12_ID_CONE 7
antbig 12:14729d584500 20
antbig 12:14729d584500 21 #define AX12_ANGLE_FUNNY_ACTION_CLOSE 150
antbig 12:14729d584500 22 #define AX12_ANGLE_FUNNY_ACTION_OPEN 95
antbig 9:d0042422d95a 23
antbig 9:d0042422d95a 24
antbig 3:19f2285a4757 25
antbig 12:14729d584500 26 #define AX12_ANGLE_PORTE_AVANT_GAUCHE_OUVERTE 18
antbig 12:14729d584500 27 #define AX12_ANGLE_PORTE_AVANT_GAUCHE_FERMER 120
antbig 12:14729d584500 28 #define AX12_ANGLE_PORTE_AVANT_DROITE_OUVERTE 280
antbig 12:14729d584500 29 #define AX12_ANGLE_PORTE_AVANT_DROITE_FERMER 183
antbig 12:14729d584500 30
antbig 12:14729d584500 31 #define AX12_ANGLE_PEIGNE_UP 60
antbig 12:14729d584500 32 #define AX12_ANGLE_PEIGNE_DOWN 120
antbig 12:14729d584500 33
antbig 12:14729d584500 34 #define AX12_ANGLE_VENTOUSE_UP 150
antbig 12:14729d584500 35 #define AX12_ANGLE_VENTOUSE_DOWN 130
antbig 12:14729d584500 36
antbig 12:14729d584500 37 #define AX12_ANGLE_CONE_INSIDE 45
antbig 12:14729d584500 38 #define AX12_ANGLE_CONE_OUTSIDE 155
antbig 12:14729d584500 39
antbig 12:14729d584500 40
antbig 12:14729d584500 41
antbig 12:14729d584500 42 #define AX12_SPEED_FUNNY_ACTION 100
antbig 12:14729d584500 43 #define AX12_SPEED_VENTOUSE 100
antbig 12:14729d584500 44 #define AX12_SPEED_PEIGNE 500
antbig 12:14729d584500 45
antbig 12:14729d584500 46 #define POMPES_PWM 100
antbig 12:14729d584500 47
antbig 3:19f2285a4757 48 #endif