GPIO_Audio.h 195 B

1234567891011
  1. #ifndef __GPIO_AUDIO_H__
  2. #define __GPIO_AUDIO_H__
  3. #include "stm32f10x.h"
  4. extern int GPIO_Audio_init(void);
  5. extern void GPIO_Audio_Change(unsigned char channel);
  6. #endif