In this assignment we are going to compare the performance between Arduino UNO board, Attiny44, attiny85.
We are going to use the Arduino IDE for C and Arduino C programming and display the frequency on the oscilliscope.
We observed a frequency of 147 KHz which is very low. Our guess was that the Arduino libraries are making the switching slower.
We observed a square wave with a frequency of 149 KHz which is higher than the results of test 1.
Now we programmed both boards using C language in which we access the registers directly and observed the difference. the difference is very high. now the frequency of both boards is above 2 MHz.
The frequency with arduino libraries is 19KHz meanwhile with C language is 413MHz.