X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2Fbuttons.h;fp=betty%2Fbuttons.h;h=e4016b1efc7fca68ccf3543ef2c95d094ca5061a;hp=0000000000000000000000000000000000000000;hb=60432148802391c2ba390e9c56f999514653c969;hpb=def8902c1681a94ccb70d90cc855aedbc6a9e918 diff --git a/betty/buttons.h b/betty/buttons.h new file mode 100644 index 0000000..e4016b1 --- /dev/null +++ b/betty/buttons.h @@ -0,0 +1,18 @@ +/* + * buttons.h - button api header file + * + * author: hackbard@hackdaworld.org + * + */ + +#ifndef BUTTONS_H +#define BUTTONS_H + +/* includes */ +#include "betty.h" + +/* function prototypes */ +void button_init(void); +unsigned char button_get_event(unsigned long long int *keys,int retries); + +#endif