June 23 2022

Electronics 10 Reflection Thing

This is a picture of the LED cube i made. I decided to have no top on the box so I can easily acess the board, and it looks like it’s floating in the dark.

Skills I Learned:

Though I didn’t use it in my code, I learned how to use “void ___ () {}”. Using this, you can have all your code on the bottom half of the document, and just have a simple “___();” in place of that long code. At the begining, this made it easier to see what each pattern was doing, because I could also label each void stuff like “cornerSpinCC”. (CC standing for counter clockwise)

What Worked:

As usual, nothing worked first try. Eventually, I changed A6 to A4, to make that column of LEDs work. For the code, I was able to figure out that you have to use 1 for off and 0 for on to make the LEDs turn on. The box worked fine, and fits, but I had to draw the Enterprise instead of using the vector, because Shutterstock is stupid.

What I Would Do Differently:

I’m not really sure. I think everything went pretty decently.