stm32h743_player/User/bsp/bsp_wm8904.h
2024-03-03 22:46:44 +08:00

10 lines
208 B
C

#ifndef __BSP_WM8904_H
#define __BSP_WM8904_H
#include "main.h"
HAL_StatusTypeDef WM8904_Init(I2C_HandleTypeDef *hi2c);
HAL_StatusTypeDef WM8904_SetVolume(I2C_HandleTypeDef *hi2c, uint16_t volume);
#endif