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

Function setup

test/test_rns_loopback/test_rns_loopback.cpp:197–203  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

195#ifdef ARDUINO
196// For Arduino framework
197void setup() {
198 // Wait ~2 seconds before the Unity test runner
199 // establishes connection with a board Serial interface
200 delay(2000);
201
202 runUnityTests();
203}
204void loop() {}
205#endif
206

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected