boardSetOption (Function) |
Top Previous Next |
The boardSetOption function makes it possible to enable certain options in the RTCU device.
Note that the device must be reset before the changes take effect (for example by using boardReset).
Input: optionkey : STRING The option key that is used to enable the options. The option key is an 11 character long text that can contain both upper and lower case characters.
Returns:
Declaration: FUNCTION boardSetOption : INT;
Example: INCLUDE rtcu.inc |