My Project
rgbShield Namespace Reference

Classes

class  I2CPAL
 
class  Timer
 

Enumerations

enum  Error_t {
  OK = 0, INTF_ERROR = -1, RESET_ERROR = -2, POWER12V_ERROR = -3,
  TEMP_ERROR = -4, COMM_ERROR = -5, REG_ERROR = -6, INVALID_FUNC_STATUS_ERROR = -7,
  INVALID_FUNC_INTF_ERROR = -8, INVALID_CONFIG_ERROR = -9, TIMEOUT_ERROR = -10
}
 Error List. More...
 
enum  Status_t { UNINITED = 0x00, INITED = 0x01, ENAB = 0x02 }
 Status List. More...
 

Enumeration Type Documentation

◆ Error_t

Error List.

List of all the errors that can occur during the use of the board

Enumerator
OK 

Success. No error

INTF_ERROR 

Interface error

RESET_ERROR 

Reset error

POWER12V_ERROR 

IR Power error

TEMP_ERROR 

Temperature excedded error

COMM_ERROR 

Serial comm. interface error

REG_ERROR 

Register operation error

INVALID_FUNC_STATUS_ERROR 

Function not supported for current status error

INVALID_FUNC_INTF_ERROR 

Function not supported for current interface error

INVALID_CONFIG_ERROR 

Invalid configuration error

TIMEOUT_ERROR 

Timeout error

◆ Status_t

Status List.

List of different statuses the board can have during use

Enumerator
UNINITED 

Uninitialized

INITED 

Initialized

ENAB 

Enabled