Hi there,
A bit of a newbie question here: I’ve programmed an Attiny to perform a single pulse on power-up, that is, when 3 volt is applied to the chip it simply sets a pin to HIGH (on void setup) and goes LOW during the loop. It works as expected, however, there seems to be a short lag during power-up and I need the pulse to be instant. Does anyone know how long it takes to boot the chip? Would it be a better idea to set the chip to sleep mode and just wake it up to perform the pulse and...
Quickest way to get a pulse from an Attiny?
A bit of a newbie question here: I’ve programmed an Attiny to perform a single pulse on power-up, that is, when 3 volt is applied to the chip it simply sets a pin to HIGH (on void setup) and goes LOW during the loop. It works as expected, however, there seems to be a short lag during power-up and I need the pulse to be instant. Does anyone know how long it takes to boot the chip? Would it be a better idea to set the chip to sleep mode and just wake it up to perform the pulse and...
Quickest way to get a pulse from an Attiny?