Embedded programing

This week we had to read the mictocontroller data sheet (we used Attiny44)
and program the board don't forget to check and change the pin No
ATTINY PIN #PIN FNARDUINO #
1VCCVCC
2PBO10
3PB19
4PB3RESET
5PB28
6PA77
7PA66
8PA55
9PA44
10PA33
11PA22
12PA11
13PA00
14GNDGND


First download Arduino software, ATtiny borad files , FTDI Drivers and the Board files.
Insert the board files to the Arduino folder then restart the Arduino IDE.
Connect the FABISP to the board.

To program your board configure the ATtiny to run at 20 MHz.

Then select your programer AVR or FABISP.
Next step- burn the program on you borad.


Now program your ATtiny. Don't forget that you need to change the Pin No .
I first tried to program the board to blink
Look if the LED is ON.

Then I programd the board to light by pushing the butten

My last tray was that the led is fading when I push the button

I used the great Tutorial by anna kaziunas.