9. Embedded programming¶
This week I worked on embedded programming using the Attiny1616 board I built a couple weeks ago. The goal was to make the LED do something when the button is pressed
Group Assignment¶
For the group work this week we worked on a breadboard to power an LED on an arduino. I also had to find datasheets on two other boards which I did with a partner and program one of those boards. Embedded Programing Sheet
Project¶
There were still some issues with my board so I got help from one of instructors to fix it. I was missing a resistor on my board that went from the button to one of the pins on the chip. I used the Button example code included in arduino to make the LED blink when I pressed the button. I had to look up a map of the attiny 1616 to know what pin numbers I needed to put into the code.