From 42559d9e509771b5bf46de3154f7b6842fe144ce Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 16 May 2019 11:10:15 -0400 Subject: [PATCH] Add dire warnings about deprication of the experimental arduino plant dashboard build --- hardware/arduino/Plant_Monitor/README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/hardware/arduino/Plant_Monitor/README.md b/hardware/arduino/Plant_Monitor/README.md index 9e2258b..d5e19cd 100644 --- a/hardware/arduino/Plant_Monitor/README.md +++ b/hardware/arduino/Plant_Monitor/README.md @@ -5,22 +5,3 @@ A basic plant monitor backed by the Arduino Due. ## DEPRICATION WARNING! This build is not longer maintained. It has been moved to the ```esphome``` platform. - -## Image Conversion - -[https://javl.github.io/image2cpp/](https://javl.github.io/image2cpp/) - -## Adafruit SHT10 Mesh Protected Temperature/Humidity - -[https://www.adafruit.com/product/1298](https://www.adafruit.com/product/1298) - -``` Red = VCC (3-5VDC), Black or Green = Ground, Yellow = Clock, Blue = Data ``` - -### Display Due Pins - -``` - -clock: 35 -data: 43 - -```