|
Function |
|
Request to configure OS for not switching to RFPGM mode after TR module reset |
|
Purpose |
|
Disable switching to RFPGM mode after reset |
|
Syntax |
|
void disableRFPGM() |
|
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 not switch to RFPGM. |
|
Side effects |
|
– |
|
See also |
|
|
|
Example 1 |
|
enableRFPGM(); // During development // disableRFPGM(); |
|
Example 2 |
|
// enableRFPGM(); disableRFPGM(); // For final application |