Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c30002b8
Commit
c30002b8
authored
Feb 05, 2015
by
Till Klocke
Browse files
Fixed typo in method name
parent
0950e489
Changes
1
Show whitespace changes
Inline
Side-by-side
app/modules/ws2812.c
View file @
c30002b8
...
@@ -61,9 +61,9 @@ const LUA_REG_TYPE ws2812_map[] =
...
@@ -61,9 +61,9 @@ const LUA_REG_TYPE ws2812_map[] =
{
LNILKEY
,
LNILVAL
}
{
LNILKEY
,
LNILVAL
}
};
};
LUALIB_API
int
ws2812
(
lua_State
*
L
)
LUALIB_API
int
luaopen_
ws2812
(
lua_State
*
L
)
{
{
// Make sure that the GPIO system is initialized
//
TODO:
Make sure that the GPIO system is initialized
LREGISTER
(
L
,
"ws2812"
,
ws2812_map
);
LREGISTER
(
L
,
"ws2812"
,
ws2812_map
);
return
1
;
return
1
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment