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.
|
#include "bsp_key.h"
|
|
|
|
void L2_key_init()
|
|
{
|
|
D_stdIO_P3(BITN2);
|
|
D_stdIO_P3(BITN3); //准双向口
|
|
D_stdIO_P4(BITN0);
|
|
}
|
|
|
|
|