TI中文支持网
TI专业的中文技术问题搜集分享网站

Z-Stack Lighting 1.0.2色温控制

   我在用Z-Stack Lighting 1.0.2版本的协议栈开发 ZLL标准的灯。现在要做色温控制,但这个版本的色温控制没有实现,我想知到如何实现下。

   应该是要实现如下函数,并把函数指针放到变量zllSampleLight_LightingCmdCBs里面。但是zclCCMoveToColorTemperature_t这个结构体的成员colorTemperature是如何转化为颜色的。

   typedef ZStatus_t (*zclLighting_ColorControl_MoveToColorTemperature_t)( zclCCMoveToColorTemperature_t *pCmd );

typedef struct
{
uint16 colorTemperature; // a target color temperature
uint16 transitionTime; // time to move, equal of the value of the field in 1/10 seconds
} zclCCMoveToColorTemperature_t;

gaoyang9992006:

你要看执行这个结构体的函数是怎么使用这个结构体变量的。

赞(0)
未经允许不得转载:TI中文支持网 » Z-Stack Lighting 1.0.2色温控制
分享到: 更多 (0)