Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
PrintError.h File Reference

Go to the source code of this file.

Functions

void printError (int16_t errorNum)
 

Macros

#define _PRINT_ERROR_VOLTAGE_SOURCE_SETTING   0
 
#define _PRINT_ERROR_CURRENT_SOURCE_SETTING   1
 
#define _PRINT_ERROR_SERIAL_COMMAND   2
 
#define _PRINT_ERROR_NO_CALIBRATION_DATA_FOUND   3
 
#define _PRINT_ERROR_FACTORY_CALIBRATION_RESTORE_FAILED_CATASTROPHICALLY
 

Function Documentation

◆ printError()

void printError ( int16_t  errorNum)

Definition at line 12 of file PrintError.h.

Macro Definition Documentation

◆ _PRINT_ERROR_CURRENT_SOURCE_SETTING

#define _PRINT_ERROR_CURRENT_SOURCE_SETTING   1

Definition at line 7 of file PrintError.h.

◆ _PRINT_ERROR_FACTORY_CALIBRATION_RESTORE_FAILED_CATASTROPHICALLY

#define _PRINT_ERROR_FACTORY_CALIBRATION_RESTORE_FAILED_CATASTROPHICALLY

Definition at line 10 of file PrintError.h.

◆ _PRINT_ERROR_NO_CALIBRATION_DATA_FOUND

#define _PRINT_ERROR_NO_CALIBRATION_DATA_FOUND   3

Definition at line 9 of file PrintError.h.

◆ _PRINT_ERROR_SERIAL_COMMAND

#define _PRINT_ERROR_SERIAL_COMMAND   2

Definition at line 8 of file PrintError.h.

◆ _PRINT_ERROR_VOLTAGE_SOURCE_SETTING

#define _PRINT_ERROR_VOLTAGE_SOURCE_SETTING   0

Definition at line 6 of file PrintError.h.