MCPcopy Create free account
hub / github.com/attermann/microReticulum / setup

Function setup

test/test_example/test_example.cpp:37–43  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

35#ifdef ARDUINO
36// For Arduino framework
37void setup() {
38 // Wait ~2 seconds before the Unity test runner
39 // establishes connection with a board Serial interface
40 delay(2000);
41
42 runUnityTests();
43}
44void loop() {}
45#endif
46

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected