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

RGB LED LIGHTING SHIELD Library Registers. More...

Go to the source code of this file.

Enumerations

enum  AccesCommands_t {
  INTENSITY_RED = 0x11U, INTENSITY_GREEN = 0x12U, INTENSITY_BLUE = 0x13U, INTENSITY_RGB = 0x14U,
  CURRENT_RED = 0x21U, CURRENT_GREEN = 0x22U, CURRENT_BLUE = 0x23U, CURRENT_RGB = 0x24U,
  DMXOFF = 0x30U, DMXON = 0x31U, DMXSLOT = 0x32U, DMX8BIT = 0x33U,
  DMX16BIT = 0x34U, OFFTIME_RED = 0x41U, OFFTIME_GREEN = 0x42U, OFFTIME_BLUE = 0x43U,
  WALKTIME = 0x50U, DIMMINGLEVEL = 0x60U, FADERATE = 0x61U, _CHANGE_ADDRESS = 0x70U,
  SAVEPARAMETERS = 0xA0U
}
 Write commands List of all the I2C-Write commands. More...
 
enum  ReadCommands_t {
  READ_INTENSITY_RED = 0x81U, READ_INTENSITY_GREEN = 0x82U, READ_INTENSITY_BLUE = 0x83U, READ_CURRENT_RED = 0x84U,
  READ_CURRENT_GREEN = 0x85U, READ_CURRENT_BLUE = 0x86U, READ_OFFTIME_RED = 0x87U, READ_OFFTIME_GREEN = 0x88U,
  READ_OFFTIME_BLUE = 0x89U, READ_WALKTIME = 0x8AU, READ_DIMMINGLEVEL = 0x8BU, READ_FADERATE = 0x8CU,
  DIRECTACCESS_READ = 0x90U, DIRECTACCESS_MOVE = 0x91U, DIRECTACCESS_AND = 0x92U, DIRECTACCESS_OR = 0x93U
}
 Read commands List of all the I2C-Read commands. More...
 
enum  Colors_t {
  WHITE, SILVER, GRAY, BLACK,
  RED, MAROON, YELLOW, OLIVE,
  LIME, GREEN, AQUA, TEAL,
  BLUE, NAVY, FUCHSIA, PURPLE
}
 List of the available, predefined colors for the shield. More...
 

Detailed Description

RGB LED LIGHTING SHIELD Library Registers.

Date
November 2020

SPDX-License-Identifier: MIT