Time is good

Dependencies:   RoboClaw mbed

Fork of Robot2016_2-0 by ARES

Functions/func.h

Committer:
IceTeam
Date:
2016-05-05
Revision:
78:c28bdbf29b6e
Parent:
51:1056dd73a748

File content as of revision 78:c28bdbf29b6e:

#include "defines.h"

void depart(void);
void changeCamp(void);

void pressed(void);
void unpressed(void);

void init_ax12(void);
void init_interrupt(void);
void checkAround(void);
void update_main(void);

int max(int a, int b);

int max(int a, int b, int c);