(style)
| 488 | } |
| 489 | |
| 490 | showTime(style) { |
| 491 | this.userValue = undefined; // don't blink 12 |
| 492 | this.style = style; |
| 493 | this.blinkSpeed = 0; |
| 494 | this.blinkDisplayOn = 1; |
| 495 | } |
| 496 | |
| 497 | blink(speed=500, digits=0xf) { |
| 498 | this.blinkSpeed = speed; |
no outgoing calls
no test coverage detected