Additional functions of the library
Additional functions of the RemoteXY library allow you to control operating modes and get current statuses.
IsConnected
Description
uint8_t RemoteXY_isConnected ()
Returns the status of a connection to a smartphone. Lets you know if the smartphone is connected to the board or not.
Return values
1 if connection established or 0 if no
Examples
int state = RemoteXY_isConnected();