12 Serial.print(
"[ERROR] ");
16 Serial.println(
"Provided motor type not recognized");
19 Serial.println(
"Requesting information from encoder when it has not been setup yet");
22 Serial.println(
"Provided sensor type not recognized");
25 Serial.println(
"Sensor is interruptable but no interrupt function was provided");
28 Serial.println(
"Provided LED state is not valid");
38 Serial.print(
"[INFO] ");
39 Serial.println(message);
46 Serial.print(
"[DEBUG] ");
47 Serial.println(message);
void displayDebug(String)
int void displayInfo(String)
void displayInfo(String)
int displayError(int)
#define SENSOR_TYPE_ERROR
#define ENCODER_SETUP_ERROR
#define DEBUG_LOGGER_LEVEL
Header file for error codes