| 170 | } |
| 171 | |
| 172 | void blink41() { |
| 173 | // _PP(millis()); |
| 174 | // _PL(": blink41"); |
| 175 | LEDOn(); |
| 176 | StatusRequest* r = tBlink4On.getInternalStatusRequest(); |
| 177 | tBlink4Off.waitForDelayed( r ); |
| 178 | counter++; |
| 179 | } |
| 180 | |
| 181 | void blink42() { |
| 182 | // _PP(millis()); |
nothing calls this directly
no test coverage detected