MCPcopy 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
40void assertEquals32(uint32_t expected, uint32_t actual)
41{
42 if(expected != actual) {
43 Serial << "assertEquals32: " << expected << " != " << actual << endl;
44 }
45}
46
47void assertEqualsFloat(float expected, float actual)
48{

Callers 1

testPgmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected