From 5dc020a6cea496b228ec63ae4c29460daddedb32 Mon Sep 17 00:00:00 2001 From: Bram Barbieri Date: Mon, 25 Mar 2024 15:59:48 +0100 Subject: [PATCH 1/2] Bram documentation fix --- .../documentatie/FirstDocumentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/LearningProcessBram/documentatie/FirstDocumentation.md b/docs/LearningProcessBram/documentatie/FirstDocumentation.md index 6e72f33..721bfcc 100644 --- a/docs/LearningProcessBram/documentatie/FirstDocumentation.md +++ b/docs/LearningProcessBram/documentatie/FirstDocumentation.md @@ -10,7 +10,7 @@ Then I came across a teaching site (https://www.codingkids.nl/arduino-buzzer.htm ### Arduino Video I watched a video about using Arduino and took a lot of op notes along the way. The link is: (https://www.youtube.com/watch?v=BLrHTHUjPuw). - +``` \/\/Arduino information: \/pinnumber(locatie, in-/output) @@ -69,13 +69,13 @@ examples, basics, fade \/ servo's examples, servo, sweep - +``` ### Linux and raspberry PI. To gain more knowledge about Linux, I first asked my classmates if they could get me started. They showed me how to gain access to a server and told me how to navigate through files. By doing this I got taught the following commands: - +``` ~ $ 'ls -la' = show file / folders ~ $ 'top' = see currently running programs @@ -89,7 +89,7 @@ By doing this I got taught the following commands: ~ $ 'ping ip addres' ~ $ 'ssh username@ip address' = open ssh connection. - +``` ### Air, temperature, and all sort of stuff. After the Linux coding I decided to take a step back and began gaining experience with sensors. From 940304c3b2ad3fd5e9403c3d53d54e48b6382988 Mon Sep 17 00:00:00 2001 From: Bram Barbieri Date: Tue, 26 Mar 2024 11:07:52 +0100 Subject: [PATCH 2/2] Bram documentation updated. --- docs/LearningProcessBram/documentatie/FirstDocumentation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/LearningProcessBram/documentatie/FirstDocumentation.md b/docs/LearningProcessBram/documentatie/FirstDocumentation.md index 721bfcc..4f2778a 100644 --- a/docs/LearningProcessBram/documentatie/FirstDocumentation.md +++ b/docs/LearningProcessBram/documentatie/FirstDocumentation.md @@ -117,8 +117,6 @@ Serial.println(F("DHTxx test!")); dht.begin(); } - - void loop() { delay(2000); //a float has decimal numbers and the library reads the measurements.