No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

buttons.h 141B

123456789101112
  1. /*
  2. * buttons.h
  3. */
  4. #ifndef __BUTTONS_H__
  5. #define __BUTTONS_H__
  6. void buttons_init(void);
  7. void buttons_run(void);
  8. #endif // __BUTTONS_H__