Skip to main content Link Menu Expand (external link) Document Search Copy Copied

void testDeviceConnection()

Performs a one-time test of all the devices to make sure they are connected and working properly.

Usage

This function is called at the start of main. It will print the name of each device and whether it is connected or not. This allows you to easily see any devices that are not connected.

int main(){
    testDeviceConnection();
}