Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ assertEquals32
Function
assertEquals32
samples/Basic_ProgMem/app/application.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void assertEquals32(uint32_t expected, uint32_t actual)
41
{
42
if(expected != actual) {
43
Serial <<
"assertEquals32: "
<< expected <<
" != "
<< actual << endl;
44
}
45
}
46
47
void assertEqualsFloat(float expected, float actual)
48
{
Callers
1
testPgm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected