forked from ccsens_hardware/stc_touch_pen
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
155 B
8 lines
155 B
#include "bsp_485.h"
|
|
|
|
void L2_485_init(void)
|
|
{
|
|
//485配置输出 P70 P41
|
|
BITN_0(P7M1,BITN0);BITN_1(P7M0,BITN0);
|
|
BITN_0(P4M1,BITN1);BITN_1(P4M0,BITN1);
|
|
}
|