Python Exercise 1 https://docs.google.com/document/d/1boDIGv7fqHYcGIzkXq8pUSundO1KgYiQD4RKnXSdaRc/edit?usp=sharing
I learned about if statements and elif statements. I also learned that to comment you use a "#" instead of "//" like in P5.
Python Challenge
Challenge: Write a program that generates 10 random numbers between 0 and 100. Can your program make a list of all the numbers that generated between 40 and 60?
https://gist.github.com/26charlie/eca37233165f03aff7055030dca2488f
Microcontroller Sketch
for my digital project, I will have the Feather M4 microcontroller with a microphone in one of my speakers that will control two light strips (one in each speaker)
I plan to make the lights react to the sound the speakers make
12/4: Finished Digital Project
Gist for code: <script src="https://gist.github.com/26charlie/7ec489dbff5cca99a0c568290f937479.js"></script>
For my digital project, I have the Feather M4 Express connected to a microphone in the left speaker that also connects to two 8 light rgb strips
The lights respond to the sound the microphone picks up
I learned about how microphones work and how it makes the lights react to sound