瀏覽代碼

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