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.

16 lines
141 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. #include "key.h"
  2. void T_key_init(void)
  3. {
  4. }
  5. void T_key_registered_cb(void)
  6. {
  7. }
  8. void T_key_on_event(void)
  9. {
  10. }
  11. void T_key_schedule(void)
  12. {
  13. }