Is there any way to wake up an Attiny13 from sleep mode without using a reset pin or external interrupt?
Here's what I want to do:
- Microcontroller should sleep for xxx hours
- After xxx hours, microcontroller should automatically wake up
Any ideas?