This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new cdf5ed9  Requesting-lp5523_registers enum additions to lp5523.h (#981)
cdf5ed9 is described below

commit cdf5ed9215bb13291696086ef71af1f4f13160b7
Author: JustineKH <35044800+justin...@users.noreply.github.com>
AuthorDate: Fri Mar 30 10:32:12 2018 -0700

    Requesting-lp5523_registers enum additions to lp5523.h (#981)
    
    * Requesting-lp5523_registers enum additions to lp5523.h
---
 hw/drivers/lp5523/include/lp5523/lp5523.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hw/drivers/lp5523/include/lp5523/lp5523.h 
b/hw/drivers/lp5523/include/lp5523/lp5523.h
index 0b8a758..4658174 100644
--- a/hw/drivers/lp5523/include/lp5523/lp5523.h
+++ b/hw/drivers/lp5523/include/lp5523/lp5523.h
@@ -92,6 +92,9 @@ enum lp5523_engine_control_registers {
 
 enum lp5523_registers {
     LP5523_ENABLE = 0x00,
+    LP5523_LED_OUTPUT_CTRL = 0x05,
+    LP5523_LED_CONTROL_BASE = 0x06,
+    LP5523_PWM_BASE = 0x16,
     LP5523_MISC = 0x36,
     LP5523_STATUS = 0x3a,
     LP5523_INTERRUPT = 0x3a,
@@ -103,8 +106,17 @@ enum lp5523_registers {
     LP5523_TEMPERATURE_WRITE = 0x40,
     LP5523_LED_TEST_CONTROL = 0x41,
     LP5523_LED_TEST_ADC = 0x42,
+    LP5523_ENG1_PROG_START_ADDR = 0x4c,
+    LP5523_ENG2_PROG_START_ADDR = 0x4d,
+    LP5523_ENG3_PROG_START_ADDR = 0x4e,
     LP5523_PROG_MEM_PAGE_SEL = 0x4f,
+    LP5523_LED_MASTER_FADER1 = 0x48,
+    LP5523_LED_MASTER_FADER2 = 0x49,
+    LP5523_LED_MASTER_FADER3 = 0x4A,
     LP5523_PROGRAM_MEMORY = 0x50,
+    LP5523_ENG1_MAPPING_MSB = 0X70,
+    LP5523_ENG2_MAPPING_MSB = 0X72,
+    LP5523_ENG3_MAPPING_MSB = 0X74,
     LP5523_GAIN_CHANGE_CTRL = 0x76
 };
 

-- 
To stop receiving notification emails like this one, please contact
vipulrah...@apache.org.

Reply via email to