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 Timer by
Functions/func.h
- Committer:
- sype
- Date:
- 2016-05-04
- Revision:
- 51:1056dd73a748
- Parent:
- 49:5e2f7323f280
- Child:
- 58:02dc8328975a
- Child:
- 78:c28bdbf29b6e
File content as of revision 51:1056dd73a748:
#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);
