6 #define _PRINT_ERROR_VOLTAGE_SOURCE_SETTING 0 7 #define _PRINT_ERROR_CURRENT_SOURCE_SETTING 1 8 #define _PRINT_ERROR_SERIAL_COMMAND 2 9 #define _PRINT_ERROR_NO_CALIBRATION_DATA_FOUND 3 10 #define _PRINT_ERROR_FACTORY_CALIBRATION_RESTORE_FAILED_CATASTROPHICALLY 14 Serial.print(F(
"Error("));
15 Serial.print(errorNum);
void printError(int16_t errorNum)