摘要: //本次试验用到的是(PMS150G)光敏检测(高电平触发)#include "extern.h" #define pir pa.7 #define cds_io pa.6 #define LED3 pa.5 #define LED2 pa.4 #define LED1 pa.3 #define k 阅读全文
posted @ 2020-12-02 16:19 飘扬的狗尾草 阅读(714) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(i 阅读全文
posted @ 2020-12-02 16:08 飘扬的狗尾草 阅读(1860) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(i 阅读全文
posted @ 2020-12-02 15:32 飘扬的狗尾草 阅读(157) 评论(0) 推荐(0)