MCPcopy 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
41void xs_digital_destructor(void *data)
42{
43 if (data)
44 modGPIOUninit((modGPIOConfiguration)data);
45}
46
47void xs_digital(xsMachine *the)
48{

Callers 1

xs_digital_closeFunction · 0.85

Calls 1

modGPIOUninitFunction · 0.50

Tested by

no test coverage detected