Bram assets + docs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
BIN
docs/LearningProcessBram/Sprint1/assets/Buzzer board off.jpg
Normal file
BIN
docs/LearningProcessBram/Sprint1/assets/Buzzer board off.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/LearningProcessBram/Sprint1/assets/Buzzer board on.jpg
Normal file
BIN
docs/LearningProcessBram/Sprint1/assets/Buzzer board on.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Reference in New Issue
Block a user