bool h_TreatLoRaCommand(){ if(!(RxString_LoRa.startsWith("LR"))){ IsCommand2VIC = true; Command2VIC = RxString_LoRa; return false; } int Index1 = RxString_LoRa.indexOf('/'); if(Index1 < 1) return false; int Index2 = RxString_LoRa.indexOf(':'); if(Index2 < Index1) return false; char DataType0 = RxString_LoRa.charAt(Index1+1); char DataType1 = RxString_LoRa.charAt(Index1+2); String deviceName = Rx..
보호되어 있는 글입니다.
void h_TreatSerial(){ if(!RxString_Serial.startsWith("VI")) return; int Index1 = RxString_Serial.indexOf("/"); if(Index1 = Index2) return; String VICName = RxString_Serial.substring(0, Index1); char CommandType0 = RxString_Serial.charAt(Index1+1); char CommandType1 = RxString_Serial.charAt(Index1+2); String ValueString = RxString..
void h_TreatSerialCommand(){ if(!RxString_Serial.startsWith("CD")) return; int Index1 = RxString_Serial.indexOf("/"); if(Index1 = Index2) return; String VICName = RxString_Serial.substring(0, Index1); char CommandType0 = RxString_Serial.charAt(Index1+1); char CommandType1 = RxString_Serial.charAt(Index1+2); int CommandValue = (Rx..
void b_PostprocessWebCommand(char CommandType1, char CommandType2, String CommandString){ switch(CommandType1){ case 'P': // Port control of WiFi device { int PortValue = 0; int PortNo = 0; PortValue = (int) CommandString.toInt(); if(CommandType2 == 'R'){ // Port control for RELAY PortNo = PIN_RELAY; if(PortValue == 1) IsPowerON = true; if(PortValue == 0) IsPowerON = false; }else if(CommandType2..
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
- Total
- Today
- Yesterday
- 빌리언트
- 아두이노
- 배프
- 전압
- 혁신과허들
- 치매
- DYOV
- BSC
- 심심풀이
- Innovations
- Innovations&Hurdles
- Innovation&Hurdles
- 둎
- Decorator
- 오블완
- 티스토리챌린지
- Hurdles
- 전류
- Video
- 혁신
- badp
- bilient
- image
- 허들
- arduino
- 절연형
- 심심풀이치매방지기
- 전압전류모니터링
- ServantClock
- 치매방지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |