1 Star 0 Fork 1

zx2591/martrix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configuration.h 306 Bytes
一键复制 编辑 原始数据 按行查看 历史
cbdev 提交于 2018-03-06 14:49 . Initial refactoring for sACN support
#include "martrix.h"
int config_read(config_t* cfg, char* path);
void config_free(config_t* cfg);
static char* fixture_channel_name[channel_max] = {
[ignore] = "ignore",
[dimmer] = "dimmer",
[strobe] = "strobe",
[red] = "red",
[green] = "green",
[blue] = "blue",
[white] = "white",
[uv] = "uv"
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zx2591/martrix.git
[email protected]:zx2591/martrix.git
zx2591
martrix
martrix
master

搜索帮助