Function |
|
Request to configure OS for switching to RFPGM mode after TR module reset |
Purpose |
|
Enable switching to RFPGM mode after reset |
Syntax |
|
void enableRFPGM() |
Parameters |
|
– |
Return value |
|
– |
Output values |
|
TR Configuration stored in EEPROM is accordingly changed. |
Preconditions |
|
– |
Remarks |
|
This function must be executed first to modify OS and just the following reset will switch to RFPGM. |
Side effects |
|
– |
See also |
|
|
Example 1 |
|
void APPLICATION() { enableRFPGM(); ... |
Example 2 |
|
See disableRFPGM |