Subversion Repositories shark

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/*******************************keyfunct.h****************************/
// keyboard handler functions
#include <drivers/keyb.h>

void h_car_create(KEY_EVT *);
void s_car_create(KEY_EVT *);
void h_car_kill(KEY_EVT *);
void endfun(KEY_EVT *);
void refresh(KEY_EVT *);
void sensor_switch(KEY_EVT *);