25 lines
449 B
C
25 lines
449 B
C
|
#ifndef __BSP_ML307R_H__
|
|||
|
#define __BSP_ML307R_H__
|
|||
|
|
|||
|
|
|||
|
#include "CH58x_common.h"
|
|||
|
|
|||
|
/*4G ģ<><C4A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*/
|
|||
|
#define ENABLE_3_8_V GPIO_Pin_3 //PB3
|
|||
|
|
|||
|
#define USIM_DECT_PIN GPIO_Pin_5 //PB5
|
|||
|
#define ML307_PWR_PIN GPIO_Pin_6 //PB6
|
|||
|
#define ML307_RST_PIN GPIO_Pin_7 //PB7
|
|||
|
|
|||
|
#define ML307_UART_TX_PIN GPIO_Pin_13 //PB13
|
|||
|
#define ML307_UART_RX_PIN GPIO_Pin_12 //PB12
|
|||
|
|
|||
|
void BSP_Ml307r_Init(void);
|
|||
|
void Ml307r_Loop(void);
|
|||
|
|
|||
|
#endif //!@__BSP_ML307R_H__
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|