pwrkey.h 168 B

123456789
  1. #ifndef _PWR_KEY_H
  2. #define _PWR_KEY_H
  3. void pwrkey_init(void);
  4. void pwrkey_off(void);
  5. uint8_t pwrkey_get_val(void);
  6. bool pwrkey_get_status(void);
  7. #endif // _PWR_KEY_H