From 04c139a84cddd4884d7714ddff1ddbe742041ca0 Mon Sep 17 00:00:00 2001 From: Evefg4 Date: Mon, 13 Nov 2017 11:47:15 -0700 Subject: [PATCH] update to image paths --- smart-stove-top/javascript/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/smart-stove-top/javascript/README.md b/smart-stove-top/javascript/README.md index 550c13a4..66314362 100644 --- a/smart-stove-top/javascript/README.md +++ b/smart-stove-top/javascript/README.md @@ -14,12 +14,26 @@ For all the samples in this repository, see the ![General Setup Instructions](./ You need to have a Grove\* Shield connected to an Arduino\* compatible breakout board to plug all the Grove devices into the Grove\* Shield. Make sure you have the tiny VCC switch on the Grove Shield set to 5V. +### Grove\* + +![](./../../smart-stove-top/images/smart-stove-grove.JPG) + Sensor | Pin --- | --- Grove\* IR Temperature Sensor | A0 Grove\* Flame Sensor | D4 Grove\* Speaker | D5 +### DFRobot\* + +![](./../../smart-stove-top/images/smart-stove-dfrobot.JPG) + +Sensor | Pin +--- | --- +Analog Temperature Sensor | A3 +Buzzer | A1 +Flame Sensor | A2 + More details on the hardware requirements can be found in the ![project README](./../README.md) ## Software requirements