100 Days of Code Day 64
Prime Factors was today’s exercise. Pretty straightforward. I did notice that the problem had changed since some of the community solutions shouldn’t have passed with the current instructions.
On the Raspberry Pi Pico front, I finished up chapters 8 through 10, then read the remainder of the book. It was cool to make the servo move. I think I found a bug between the book’s code and text between whether to multiply or divide for the light sensor (I chose multiply and put in another bug fix to handle negative numbers). I thought the sensor was broken, but I forgot to return a value in the code. It was also cool that we could reuse code from chapter 7 to show of the potentiometer.
Unfortunately, I don’t have a Pico W (just a normal one) so I can’t do the chapter 12. I also don’t have an OLED or NeoPixel display so I couldn’t try anything in chapter 11 either. I am disappointed we never used the buzzer.
I guess I need to switch to another project for a while. I might try some self study on the buzzer and the LCD module when it comes in (it will be at least a week). I was toying with the idea of making a Simon game not sure if I have enough switches or LEDs of different colors (maybe I could use just the multi-color one).
