K1Guitar/APP/app_tm1629.h

11 lines
341 B
C

#ifndef __APP_TM1629_H__
#define __APP_TM1629_H__
void app_tm1629_init(void);
uint8_t app_tm1629_Scan_Key(void);
void app_tm1629_set_chord_led(uint8_t key_idx, LedColor_TypeDef color);
void app_tm1629_set_led(LedNum_TypeDef led, LedColor_TypeDef color);
void app_tm1629_all_off(void);
void app_tm1629_all_on(LedColor_TypeDef color);
#endif