diff --git a/docs/LearningProcessBram/documentatie/FirstDocumentation.md b/docs/LearningProcessBram/documentatie/FirstDocumentation.md index 6e72f33..4f2778a 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. @@ -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.