Twelfth assignment

03 April 2019

Week's assignment

This weeks assignment was to add an output device to a microcontroller board you've designed and program it to do something.


I decided to use the same board from the previous week's assignment and program the input device I used then, to work with an output for this week.


Attiny44


pinout

To program the ATtiny 44 there are 6 of the 14 pins that are used.

The six pins we use for the programming are:

  • MISO (Master In - Slave Out)

  • MOSI (Master Out - Slave In)

  • SCK (Serial ClocK

  • VCC

  • GND

  • RESET