Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ xs_digital_destructor
Function
xs_digital_destructor
modules/pins/digital/digital.c:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
*/
40
41
void xs_digital_destructor(void *data)
42
{
43
if (data)
44
modGPIOUninit((modGPIOConfiguration)data);
45
}
46
47
void xs_digital(xsMachine *the)
48
{
Callers
1
xs_digital_close
Function · 0.85
Calls
1
modGPIOUninit
Function · 0.50
Tested by
no test coverage detected