For Arduino framework
| 276 | #ifdef ARDUINO |
| 277 | // For Arduino framework |
| 278 | void 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 | } |
| 285 | void loop() {} |
| 286 | #endif |
| 287 |
nothing calls this directly
no test coverage detected