浏览代码

add: luat_libs.h添加luaopen_ws2812声明

Wendal Chen 2 年之前
父节点
当前提交
e50646238a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      luat/include/luat_libs.h

+ 2 - 0
luat/include/luat_libs.h

@@ -160,4 +160,6 @@ LUAMOD_API int luaopen_ercoap( lua_State *L );
 
 LUAMOD_API int luaopen_sqlite3( lua_State *L );
 
+LUAMOD_API int luaopen_ws2812( lua_State *L );
+
 #endif