=== 5 ==========================================
| 203 | |
| 204 | // === 5 ========================================== |
| 205 | bool blink51OE() { |
| 206 | _PP(millis()); |
| 207 | _PL(": Blink5 - Two interleaving tasks"); |
| 208 | tBlink5On.setOnEnable( NULL ); |
| 209 | return true; |
| 210 | } |
| 211 | void blink51() { |
| 212 | // _PP(millis()); |
| 213 | // _PL(": blink51"); |
nothing calls this directly
no test coverage detected