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

Function setup

test/test_msgpack/test_msgpack.cpp:319–325  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

317#ifdef ARDUINO
318// For Arduino framework
319void setup() {
320 // Wait ~2 seconds before the Unity test runner
321 // establishes connection with a board Serial interface
322 delay(2000);
323
324 runUnityTests();
325}
326void loop() {}
327#endif
328

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected