| 192 | } |
| 193 | |
| 194 | void blink42() { |
| 195 | // _PP(millis()); |
| 196 | // _PL(": blink42"); |
| 197 | LEDOff(); |
| 198 | StatusRequest* r = tBlink4Off.getInternalStatusRequest(); |
| 199 | tBlink4On.waitForDelayed( r ); |
| 200 | counter++; |
| 201 | } |
| 202 | |
| 203 | |
| 204 | void blink42OD() { |
nothing calls this directly
no test coverage detected