What is the ? operator, i try to search on google but i can not find it, maybe i searched wrong or do not know the right pronouncing of the operators.
the same with the : operator.
Serial.Println is clear to me
maybe someone is so nice and would explain the code part and the operators or how to search on google.
background, i want to know if the connection was sucessful and based on this an if statement.
Will this work:
if (mpu.testConnection()== TRUE) {
//do something
}
Or do i have to write:
if (mpu.testConnection()== F("MPU6050 connection successful") {
//do something
}