
Time is good
Fork of Robot2016_2-0 by
Diff: Functions/func.h
- Revision:
- 78:c28bdbf29b6e
- Parent:
- 51:1056dd73a748
--- a/Functions/func.h Thu May 05 08:46:08 2016 +0000 +++ b/Functions/func.h Thu May 05 13:17:00 2016 +0000 @@ -1,24 +1,16 @@ #include "defines.h" -void homologation(void); void depart(void); void changeCamp(void); -void ELpressed(void); -void ELunpressed(void); -void EZpressed(void); -void EZunpressed(void); -void ERpressed(void); -void ERunpressed(void); void pressed(void); void unpressed(void); -void JPO(void); void init_ax12(void); void init_interrupt(void); -void goHome(void); -void goHomeL(void); -void goHomeZ(void); -void goHomeR(void); void checkAround(void); void update_main(void); + +int max(int a, int b); + +int max(int a, int b, int c); \ No newline at end of file