diff --git a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md index b9508db..ab058bc 100644 --- a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md +++ b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md @@ -157,6 +157,7 @@ void loop() { } ``` + ### Python For Dummies. My job was to make a connection between the websocket and the database we had set up, and to do this we wanted to use python. I had never used python before and was totaly new to the entire code structure and wording. @@ -169,7 +170,7 @@ The following were used: (https://www.w3schools.com/python/python_mysql_insert.asp) (https://www.w3schools.com/python/python_json.asp) -after still not getting it verry well i asked Dano ( a teammate of mine ) if he could learn me soem basics, and so we did. +after still not getting it very well i asked Dano ( a teammate of mine ) if he could learn me some basics, and so we did. He taught me how to make a simple calculator and told me why my code worked the way it did. (This was the code: print("1 = + 2 = -") @@ -186,7 +187,7 @@ elif c == 2: print(int(a) - int(b)) ) -even if it looked simple,this was the ignition i needed to understand python better and continue my own research. +even if it looked simple,this was the ignition I needed to understand python better and continue my own research. diff --git a/docs/LearningProcessBram/Sprint1/assets/Buzzer board off.jpg b/docs/LearningProcessBram/Sprint1/assets/Buzzer board off.jpg new file mode 100644 index 0000000..d8c24c6 Binary files /dev/null and b/docs/LearningProcessBram/Sprint1/assets/Buzzer board off.jpg differ diff --git a/docs/LearningProcessBram/Sprint1/assets/Buzzer board on.jpg b/docs/LearningProcessBram/Sprint1/assets/Buzzer board on.jpg new file mode 100644 index 0000000..5ea433c Binary files /dev/null and b/docs/LearningProcessBram/Sprint1/assets/Buzzer board on.jpg differ