Manual

238 Allegro CX Owner’s Manual
Power Management
Windows CE .NET was designed for effi cient battery operation.
Windows CE .NET puts the processor to sleep when there are no
active threads using the processor. When writing applications, be
careful not to use any functions that keep the threads active when
not in use.
Power Management Tips:
Do not spin a loop
Use the Wait APIs such as WaitForSingleObject()
Sleep() may also be used effectively
1)
2)
3)