## 문제 - 조도 센서와 토양습도 센서가 아날로그 Input 을 사용 - 그러나, NodeMCU는 아날로그 Input 을 1개만 받을 수 있는 상황 ## 해결 방안 - 다이오드를 이용해서 아날로그 Input 을 스위칭 하는 방법 - http://www.instructables.com/id/Multiple-Analog-Inputs-on-Only-One-Analoge-Pin/ - http://www.instructables.com/id/ESP8266-with-Multiple-Analog-Sensors/ ## 결과물 - 샘플 코드를 이곳에 등록 - Code : https://github.com/iot-labs/farm/tree/master/Platforms/Arduino/Arduino_Diode.md - 샘플의 설명을 이곳에 작성해주세요 - 문서 : https://github.com/iot-labs/farm/tree/master/Documents/Arduino/Arduino_Diode.ino - 문서에는 회로도/코드/설명이 있어야 합니다