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

Function setup

test/test_bytes/test_bytes.cpp:715–721  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

713#ifdef ARDUINO
714// For Arduino framework
715void setup() {
716 // Wait ~2 seconds before the Unity test runner
717 // establishes connection with a board Serial interface
718 delay(2000);
719
720 runUnityTests();
721}
722void loop() {}
723#endif
724

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected