PrintControllerState() {FR}
Purpose
Print the received state of the controller attached to the CrcConnect.
When to use
When you want to verify if the CrcConnect has some issues.
Where to use
Inside the loop function, after having called Serial.begin
in the setup.
This function requires Serial communication, so make sure you called Serial.begin
in setup()
.
The Serial link takes some time to work its magic. Make sure you do not call this function every loop, for example by using a delay.
Returns
This function does not return a value once it has completed its tasks.
Main prototype and parameters
static void CrcLib::PrintControllerState()
The following parameters must be passed to the function for it to work properly:
No parameters needed.
Overloads
This function does not have any overloads. It can only be used as described by the main prototype.
Examples
More on this function
There is sadly nothing more to be said about this function…