Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
const Device::List getDevices()
27
{
28
return Device::List(spiFlash);
29
}
30
31
bool registerDevice(Device* device)
32
{
Callers
2
listDevices
Function · 0.85
findPartition
Function · 0.85
Calls
1
List
Class · 0.85
Tested by
no test coverage detected