Rev 1086 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1085 | pj | 1 | /*******************************keyfunct.h****************************/ |
2 | // keyboard handler functions |
||
3 | #include <drivers/keyb.h> |
||
4 | |||
5 | void h_car_create(KEY_EVT *); |
||
6 | void s_car_create(KEY_EVT *); |
||
7 | void h_car_kill(KEY_EVT *); |
||
8 | void endfun(KEY_EVT *); |
||
9 | void refresh(KEY_EVT *); |
||
1109 | pj | 10 | void sensor_switch(KEY_EVT *); |