POWER MODE/de
(Difference between revisions)
m (1 revision) |
(→(**COPIED FROM ENGLISH PAGE**) =) |
||
Line 1: | Line 1: | ||
− | + | = <span class="f_Header">Funktion</span> = | |
− | + | Versetzt den Mikrocontroller in einen der unterstützten Stromspar-Modi. | |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Revision as of 23:26, 28 February 2013
Contents |
Funktion
Versetzt den Mikrocontroller in einen der unterstützten Stromspar-Modi.
Syntax
POWER mode
Remarks
The mode depends on the micro processor.
Some valid options are :
- IDLE
- POWERDOWN
- STANDBY
- ADCNOISE
- POWERSAVE
So for standby you would use : POWER STANDBY
It is also possible to use POWERDOWN, IDLE or POWERSAVE. These modes were/are supported by most processors. It is recommended to use the new POWER command because it allows to use more modes.
POWER has nothing to do with the POWER() function.
THIS STATEMENT IS NOT RECOMMENDED. Please use CONFIG POWERMODE instead.
See also
Example
POWER IDLE
Languages | English • Deutsch |
---|