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

Function setup

test/test_crypto/test_crypto.cpp:278–284  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

276#ifdef ARDUINO
277// For Arduino framework
278void setup() {
279 // Wait ~2 seconds before the Unity test runner
280 // establishes connection with a board Serial interface
281 delay(2000);
282
283 runUnityTests();
284}
285void loop() {}
286#endif
287

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected