How to put Attiny88 on sleep mode and wake up on interrupt?

Hi everyone,

I found many examples for Attiny85 and I managed to make them work for my Attiny85.

I am thinking now to change to Attiny88 for my project due to no SPI support of Attiny85.
Before I order the Attiny88 and wait 2-3 weeks to arrive to my place, can someone tell me if there is any example anywhere for Attiny88 to make it go on sleep mode on Arduino IDE?

There are so many examples for Attin85 and nothing for Attiny88..

Thank you

If you can't find a ready made example, you need to understand what the code is doing, and make changes if necessary. To do that, you also need to understand the relevant processor functions. The data sheets for the two processors have all the details.

There may not be any hardware differences between the two processors relevant to your question, in which case the '85 code will run as expected on the '88.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.