I can not seem to get Narcoleptic.delay to work on my Arduino Pro Mini.
The Pro Mini is the 3.3V 8MHz version.
Not a problem on my UNO while running a modified blink app.
What could be the problem?
The task requires minimum draw while powered by a supercapacitor for a minute or so.
The actual app uses three AtoD pins and all but one DIO pins.
I have verified that the Narcoleptic.delay is in fact capable of working on the Mini Pro by using a modified “Blink” program.
Something in must code must be in conflict with the Narcoleptic.delay.
Other includes used: #include <SoftwareSerial.h> #include <string.h>