
Time is good
Fork of Robot2016_2-0 by
Functions/func.h@60:8d2320a54a32, 2016-05-04 (annotated)
- Committer:
- IceTeam
- Date:
- Wed May 04 23:35:03 2016 +0200
- Revision:
- 60:8d2320a54a32
- Parent:
- 51:1056dd73a748
- Child:
- 58:02dc8328975a
- Child:
- 78:c28bdbf29b6e
Commit de test map/objectif
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sype | 51:1056dd73a748 | 1 | #include "defines.h" |
sype | 41:b5a2fbc20beb | 2 | |
sype | 51:1056dd73a748 | 3 | void homologation(void); |
sype | 51:1056dd73a748 | 4 | void depart(void); |
sype | 46:5658af4e5149 | 5 | void changeCamp(void); |
sype | 41:b5a2fbc20beb | 6 | void ELpressed(void); |
sype | 41:b5a2fbc20beb | 7 | void ELunpressed(void); |
sype | 41:b5a2fbc20beb | 8 | void EZpressed(void); |
sype | 41:b5a2fbc20beb | 9 | void EZunpressed(void); |
sype | 41:b5a2fbc20beb | 10 | void ERpressed(void); |
sype | 41:b5a2fbc20beb | 11 | void ERunpressed(void); |
sype | 41:b5a2fbc20beb | 12 | |
sype | 41:b5a2fbc20beb | 13 | void pressed(void); |
sype | 41:b5a2fbc20beb | 14 | void unpressed(void); |
sype | 41:b5a2fbc20beb | 15 | void JPO(void); |
sype | 41:b5a2fbc20beb | 16 | |
sype | 41:b5a2fbc20beb | 17 | void init_ax12(void); |
sype | 44:b1fd7489369f | 18 | void init_interrupt(void); |
sype | 41:b5a2fbc20beb | 19 | void goHome(void); |
sype | 51:1056dd73a748 | 20 | void goHomeL(void); |
sype | 51:1056dd73a748 | 21 | void goHomeZ(void); |
sype | 51:1056dd73a748 | 22 | void goHomeR(void); |
sype | 41:b5a2fbc20beb | 23 | void checkAround(void); |
sype | 48:03da1aead032 | 24 | void update_main(void); |