#ifndef __GPIO_AUDIO_H__ #define __GPIO_AUDIO_H__ #include "stm32f10x.h" extern int GPIO_Audio_init(void); extern void GPIO_Audio_Change(unsigned char channel); #endif