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

Function setup

test/test_filesystem/test_filesystem.cpp:329–335  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

327#ifdef ARDUINO
328// For Arduino framework
329void setup() {
330 // Wait ~2 seconds before the Unity test runner
331 // establishes connection with a board Serial interface
332 delay(2000);
333
334 runUnityTests();
335}
336void loop() {}
337#endif
338

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected