My Project
rgb-led-lighting-shield-types.hpp File Reference

RGB LED LIGHTING SHIELD Library Types. More...

Go to the source code of this file.

Namespaces

 rgbShield
 

Enumerations

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

Detailed Description

RGB LED LIGHTING SHIELD Library Types.

Date
November 2020

SPDX-License-Identifier: MIT