key_proc.h 112 B

12345678910
  1. #ifndef _KEY_PROC_H_
  2. #define _KEY_PROC_H_
  3. #include "flexible_button.h"
  4. void user_button_init(void);
  5. #endif