Bram documentation fix
This commit is contained in:
@@ -10,7 +10,7 @@ Then I came across a teaching site (https://www.codingkids.nl/arduino-buzzer.htm
|
|||||||
### Arduino Video
|
### Arduino Video
|
||||||
I watched a video about using Arduino and took a lot of op notes along the way.
|
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).
|
The link is: (https://www.youtube.com/watch?v=BLrHTHUjPuw).
|
||||||
|
```
|
||||||
\/\/Arduino information:
|
\/\/Arduino information:
|
||||||
|
|
||||||
\/pinnumber(locatie, in-/output)
|
\/pinnumber(locatie, in-/output)
|
||||||
@@ -69,13 +69,13 @@ examples, basics, fade
|
|||||||
\/ servo's
|
\/ servo's
|
||||||
|
|
||||||
examples, servo, sweep
|
examples, servo, sweep
|
||||||
|
```
|
||||||
### Linux and raspberry PI.
|
### Linux and raspberry PI.
|
||||||
To gain more knowledge about Linux, I first asked my classmates if they could get me started.
|
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.
|
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:
|
By doing this I got taught the following commands:
|
||||||
|
```
|
||||||
~ $ 'ls -la' = show file / folders
|
~ $ 'ls -la' = show file / folders
|
||||||
|
|
||||||
~ $ 'top' = see currently running programs
|
~ $ 'top' = see currently running programs
|
||||||
@@ -89,7 +89,7 @@ By doing this I got taught the following commands:
|
|||||||
~ $ 'ping ip addres'
|
~ $ 'ping ip addres'
|
||||||
|
|
||||||
~ $ 'ssh username@ip address' = open ssh connection.
|
~ $ 'ssh username@ip address' = open ssh connection.
|
||||||
|
```
|
||||||
### Air, temperature, and all sort of stuff.
|
### Air, temperature, and all sort of stuff.
|
||||||
|
|
||||||
After the Linux coding I decided to take a step back and began gaining experience with sensors.
|
After the Linux coding I decided to take a step back and began gaining experience with sensors.
|
||||||
|
Reference in New Issue
Block a user