카페검색 본문
카페글 본문
정확도순
-
[Arduino 실습 28] PIR Sensor + IR Sensor 2024.12.27해당카페글 미리보기
LIB_V1_2.h 1.99KB My_Arduino_U8G2_Lib_V1_2.h 4.06KB My_MCU_Printf_Lib_V2_5.h 9.83KB My_Mult_Func_BD_Pin_define_Lib.h 522B pir_ir.ino 2.33KB // sys Lib #include <stdio.h> #include <string.h> #include <stdlib.h> // Arduino EXT Lib...
-
월급 13년 꼬박 모아야 '서울에 내 집' ···서울 PIR, 15.2배→13배 2024.12.27해당카페글 미리보기
[2023년도 주거실태조사] 서울 PIR, 15.2배→13배 자가 보유율 60.7%로 감소…신혼·청년 점유율은 ↑ 서울에서 집을 사려면 월급을 한 푼도 쓰지 않고 13년간 모아야 한다는 조사 결과가 나왔다. 전년 대비 2년가량 기간이 단축됐는데 고금리 등 여파에...
-
해당카페글 미리보기
-
해당카페글 미리보기
-
[Arduino 실습17] PIR 인체감지 센서 + 릴레이 2023.11.21해당카페글 미리보기
Lib_V2_3.h 14.75KB my_arduino_lib_v1_5.h 2.98KB pir.ino 472B #include "My_Arduino_Lib_V1_5.h" #define PIR_IN 2 #define Ry_OUT 7 void setup() { // put your setup code here, to run once: PinMode(PIR_IN, INPUT); PinMode(Ry_OUT, OUTPUT...