button.h 150 B

1234567891011121314151617
  1. #ifndef __BUTTON_H
  2. #define __BUTTON_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. //
  7. void button_init(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif