Hi,
I have been working with Arduino and electronics for about 3 months already.
Right now I am working in a project which is a counter. I want to have a simple button and every time that the button is pressed the display will shows the number of the cycle.
I am using arduino uno for this project and I have already libraries and also part of the program.
But what I want to do now is to use an Attiny microcontroller. I tried with Attiny 85 and 84 but they do not have enough memory for the libraries. And also I want to save the last number of the count in the Attiny just in case the battery is off.
Thank you so much