matrix.h 106 B

123456
  1. extern uint8_t *matrix;
  2. extern uint8_t *prev_matrix;
  3. void matrix_init(void);
  4. uint8_t matrix_scan(void);