diff --git a/docs/LearningProcessBram/documentatie/FirstDocumentation.md b/docs/LearningProcessBram/documentatie/FirstDocumentation.md index b963112..733278e 100644 --- a/docs/LearningProcessBram/documentatie/FirstDocumentation.md +++ b/docs/LearningProcessBram/documentatie/FirstDocumentation.md @@ -157,7 +157,10 @@ And here it looks in action: Later on, I could expand this code and the physical product to include the rest of the sensors. - +The wiring is shown here: +![the wiring]() +The red cables are 3v, the black cables are the ground and the green cable is the echo for data. +This version of a DHT11 has a built-in resistor otherwise this would have to be included. ### Buzzers .pt 2 I found out how to make multiple buzzers go off with the press of one button and increase as Mutch as there are pins. diff --git a/docs/LearningProcessBram/documentatie/assets/DHT11 wires.png b/docs/LearningProcessBram/documentatie/assets/DHT11 wires.png new file mode 100644 index 0000000..c8cb600 Binary files /dev/null and b/docs/LearningProcessBram/documentatie/assets/DHT11 wires.png differ