| 179 | } |
| 180 | |
| 181 | void blink42() { |
| 182 | // _PP(millis()); |
| 183 | // _PL(": blink42"); |
| 184 | LEDOff(); |
| 185 | StatusRequest* r = tBlink4Off.getInternalStatusRequest(); |
| 186 | tBlink4On.waitForDelayed( r ); |
| 187 | counter++; |
| 188 | } |
| 189 | |
| 190 | |
| 191 | void blink42OD() { |
nothing calls this directly
no test coverage detected