#include “asm/power/p11.h”
P11_PORT_CON0 = BIT(3);
while(1){
delay(100000);
printf(“input: %d\n”, (P11_PORT_CON0 & BIT(6))>>6);
}
杰里之AC698X P00 口使用说明【篇】
最新推荐文章于 2024-07-15 23:00:00 发布
#include “asm/power/p11.h”
P11_PORT_CON0 = BIT(3);
while(1){
delay(100000);
printf(“input: %d\n”, (P11_PORT_CON0 & BIT(6))>>6);
}