Hi All,
Quick question that I cannot seem to find an answer to elsewhere, I can put my code bug into sleep mode by holding down both buttons but I cannot get the little thing to wake back up. The instructions seem to suggest pressing any button, but, it isn't clear if this powers it up but doesn't auto run the program or if it just isn't working.
Pulling the battery and putting it back in runs the program though?
I wish there was a bit more documentation available to support us
Thanks
Issues with Sleep Mode
Re: Issues with Sleep Mode
A Codebug with a battery will wake up where it went to sleep and carry on. Make sure your program runs a loop to take you back to the beginning. Wake from sleep does not reset to the start of your program.
Removing the battery, or unplugging from USB power without battery will reset to the beginning.
Removing the battery, or unplugging from USB power without battery will reset to the beginning.
Re: Issues with Sleep Mode
Lovely, that makes sense
Thank you
Thank you