| 175 | // === 4 ============================================= |
| 176 | int counter = 0; |
| 177 | bool blink41OE() { |
| 178 | _PP(millis()); |
| 179 | _PL(": Blink4 - Internal status request based"); |
| 180 | counter = 0; |
| 181 | tBlink4On.setOnEnable( NULL ); |
| 182 | return true; |
| 183 | } |
| 184 | |
| 185 | void blink41() { |
| 186 | // _PP(millis()); |
nothing calls this directly
no test coverage detected