mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-02 14:46:11 -04:00
Added NeoPixel intensity control
This commit is contained in:
parent
d2133ba5e0
commit
a134cbfb9c
4 changed files with 66 additions and 1 deletions
3
ROM.h
3
ROM.h
|
@ -74,6 +74,9 @@
|
|||
#define ADDR_CONF_DSET 0xB1
|
||||
#define ADDR_CONF_DINT 0xB2
|
||||
#define ADDR_CONF_DADR 0xB3
|
||||
#define ADDR_CONF_DBLK 0xB4
|
||||
#define ADDR_CONF_PSET 0xB5
|
||||
#define ADDR_CONF_PINT 0xB6
|
||||
|
||||
#define INFO_LOCK_BYTE 0x73
|
||||
#define CONF_OK_BYTE 0x73
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue