For Arduino framework
| 56 | #ifdef ARDUINO |
| 57 | // For Arduino framework |
| 58 | void setup() { |
| 59 | // Wait ~2 seconds before the Unity test runner |
| 60 | // establishes connection with a board Serial interface |
| 61 | delay(2000); |
| 62 | |
| 63 | runUnityTests(); |
| 64 | } |
| 65 | void loop() {} |
| 66 | #endif |
| 67 |
nothing calls this directly
no test coverage detected