(speed=500, digits=0xf)
| 495 | } |
| 496 | |
| 497 | blink(speed=500, digits=0xf) { |
| 498 | this.blinkSpeed = speed; |
| 499 | this.blinkDigits = digits; |
| 500 | } |
| 501 | |
| 502 | brightenAndConvert(color, brightness, order) @ "xs_brightenAndConvert"; |
| 503 |
no outgoing calls
no test coverage detected