| 162 | // === 4 ============================================= |
| 163 | int counter = 0; |
| 164 | bool blink41OE() { |
| 165 | _PP(millis()); |
| 166 | _PL(": Blink4 - Internal status request based"); |
| 167 | counter = 0; |
| 168 | tBlink4On.setOnEnable( NULL ); |
| 169 | return true; |
| 170 | } |
| 171 | |
| 172 | void blink41() { |
| 173 | // _PP(millis()); |
nothing calls this directly
no test coverage detected