Functions |
void | rep_init (uint8 *pu8Param, uint8 u8ParamToSet) |
Detailed Description
The REP module is used for the repeater functionality of Dolphin. For more information be sure to read Repeater The initialization of the REP module is done through Dolphin APIConfigurator. The generated settings are saved to the file EO3100I_CFG.h.
- Note:
- By default, repeating functionality is switched OFF.
-
For the repeater module to work the scheduler has to run. For more information read time module.
Function Documentation
void rep_init |
( |
uint8 * |
pu8Param, |
|
|
uint8 |
u8ParamToSet |
|
) |
| |
Initialises the REP module.
- Parameters:
-
[in] | *pu8Param | Pointer to parameter array |
[in] | u8ParamToSet | Index of parameters to set. |
- Returns:
- -
- Note:
- To generate the parameters for rep_init use DolphinV4 API Configurator.
-
If you do only use repeating and no other application, you periodicaly have to call radio_getTelegram to remove the telegrams from buffer.