This function gets the current state of the side key.

Syntax

int IsSideKeyPressed(void);

Parameters

None

Return value

Current state of the side key.
ValueDescription
TRUE The side key is pressed.
FALSE The side key is not pressed.

Remarks

Returns TRUE if the side key is pressed, even if other keys are pressed.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/10/01