From 0695733fc80301912ebef91ceb187bbbb6e28a2c Mon Sep 17 00:00:00 2001 From: Evefg4 Date: Mon, 13 Nov 2017 12:31:20 -0700 Subject: [PATCH] update to image paths --- sound-detector/javascript/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sound-detector/javascript/README.md b/sound-detector/javascript/README.md index 44ca31e6..13a3e511 100644 --- a/sound-detector/javascript/README.md +++ b/sound-detector/javascript/README.md @@ -8,12 +8,23 @@ Using a compatible Intel-based platform, this project lets you create a smart lo For all the samples in this repository, see the ![General Setup Instructions](./../../README.md#setup) for required boards and libraries. You need either Grove or DFRobot sensors but not both. ### Hardware requirements +### Grove\* + +![](./../../sound-detector/images/sound-detector-grove.JPG) Sensor | Pin --- | --- Grove\* Sound Sensor | A0 Grove\* RGB LCD | I2C +### DFRobot\* + +![](./../../sound-detector/images/sound-detector-dfrobot.JPG) + +Sensor | Pin +--- | --- +Analog Sound Sensor | A2 + More details on the hardware requirements can be found in the ![project README](./../README.md) ### Software requirements