MCPcopy Create free account
hub / github.com/SmingHub/Sming / unRegisterDevice

Function unRegisterDevice

Sming/Components/Storage/src/Storage.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool unRegisterDevice(Device* device)
53{
54 return Device::List(spiFlash).remove(device);
55}
56
57Device* findDevice(const String& name)
58{

Callers 1

~DeviceMethod · 0.85

Calls 2

ListClass · 0.85
removeMethod · 0.45

Tested by

no test coverage detected