AVS/GD32F103C8T6/App/User/Peripheral/M62429/m62429.h

9 lines
125 B
C
Raw Normal View History

2023-10-18 17:36:51 +08:00
#ifndef __M62429_H
#define __M62429_H
#include "main.h"
void m62429_init(void);
void m62429_set_vol(uint8_t level);
#endif