This week, the assignment is to program a microcontroller to produce an output using at least one button for input, while including a conditional statement and for loop.
For the assignment, I first implemented a code that was based on the counting the number of button presses we have done but with two leds and buttons. On this one I did struggle a bit with implementing the second button and evenly spreading the current of the voltage to the leds, but I managed to eventually do that by putting the power of each of the leds to the opposite end of the board. However since this code didn't have a for loop, but only conditions I decided to write another code.
The second code was based on the same concept but I used the for loop to count and print the number of buttons in a line with another board setup.
Currently, I have no requests for any additional components that I might need for my project since I don't really have a solid idea of what I want to create for my project.