Quote:
Originally Posted by Nightwing
Actualy it proabbly not off... The embedded cpu is polling the buttons etc. So just in case. Just turn it off...
|
Actually I seriously doubt that the CPU is actively polling.That would draw significant power. More likely it is in a suspended state, drawing no power, awaiting an interrupt in the form of a button press, which probably just closes a connection that sends an interrupt that wakes up the CPU. Easily implemented.