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

Function setup

test/test_reference/test_reference.cpp:149–155  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

147#ifdef ARDUINO
148// For Arduino framework
149void setup() {
150 // Wait ~2 seconds before the Unity test runner
151 // establishes connection with a board Serial interface
152 delay(2000);
153
154 runUnityTests();
155}
156void loop() {}
157#endif
158

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected