목록끄적끄적 code (1)
I'm Electronic Engineer :)
0x00000001
https://cafe.naver.com/carroty/329254 를 생각해본 것 _________________________________________________________________ #include #include LiquidCrystal_I2C lcd(0x27, 16, 2); const int REL = 3; const int POT = A0; const int PIR = 2; int val = 0; // while루프 내에서 사용되는 저항값 변수 초기화 int whileVal = 0; // 릴레이 상태 변수를 HIGH로 초기화 int relayState = HIGH; // 시간 변수 초기화 unsigned long PT = 0; unsigned long CT = 0; void se..
끄적끄적 code
2019. 7. 28. 00:54