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

Function getDevices

Sming/Components/Storage/src/Storage.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26const Device::List getDevices()
27{
28 return Device::List(spiFlash);
29}
30
31bool registerDevice(Device* device)
32{

Callers 2

listDevicesFunction · 0.85
findPartitionFunction · 0.85

Calls 1

ListClass · 0.85

Tested by

no test coverage detected