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

Function setup

test/test_objects/test_objects.cpp:58–64  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

56#ifdef ARDUINO
57// For Arduino framework
58void setup() {
59 // Wait ~2 seconds before the Unity test runner
60 // establishes connection with a board Serial interface
61 delay(2000);
62
63 runUnityTests();
64}
65void loop() {}
66#endif
67

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected