diff --git a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md index 579cdd6..f5afd6d 100644 --- a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md +++ b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md @@ -124,9 +124,9 @@ Serial.println(F("°F")); } ``` And The fysical board looks like this: - +![Fysical DHT11 board off]() And here it looks in action: - +![fysical DHT11 board on]() Later on i could expand this code and the fysical product to include the rest of the sensors. ### Buzzers .pt 2 @@ -159,4 +159,3 @@ void loop() { } ``` -and the fysical design looks like this: ... \ No newline at end of file diff --git a/docs/LearningProcessBram/Sprint1/assets/DHT11 state 1.jpg b/docs/LearningProcessBram/Sprint1/assets/DHT11 state 1.jpg new file mode 100644 index 0000000..aa11cdf Binary files /dev/null and b/docs/LearningProcessBram/Sprint1/assets/DHT11 state 1.jpg differ diff --git a/docs/LearningProcessBram/Sprint1/assets/DHT11 state 2.jpg b/docs/LearningProcessBram/Sprint1/assets/DHT11 state 2.jpg new file mode 100644 index 0000000..895c526 Binary files /dev/null and b/docs/LearningProcessBram/Sprint1/assets/DHT11 state 2.jpg differ