MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / unittest

Function unittest

libraries/rotaryDecoderSwitch/test/unit_test_001.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49unittest(test_constructor)
50{
51 rotaryDecoderSwitch(0x20);
52
53 fprintf(stderr, "no tests yet");
54}
55
56
57unittest_main()

Callers

nothing calls this directly

Calls 1

rotaryDecoderSwitchClass · 0.85

Tested by

no test coverage detected