| 183 | } |
| 184 | |
| 185 | void blink41() { |
| 186 | // _PP(millis()); |
| 187 | // _PL(": blink41"); |
| 188 | LEDOn(); |
| 189 | StatusRequest* r = tBlink4On.getInternalStatusRequest(); |
| 190 | tBlink4Off.waitForDelayed( r ); |
| 191 | counter++; |
| 192 | } |
| 193 | |
| 194 | void blink42() { |
| 195 | // _PP(millis()); |
nothing calls this directly
no test coverage detected