| 58 | } |
| 59 | |
| 60 | void process(const ProcessArgs& args) override { |
| 61 | lights[METER_1_LIGHT].setBrightness(1); |
| 62 | lights[CIRCLE2329_LIGHT].setBrightness(1); |
| 63 | lights[CIRCLE2323_LIGHT].setBrightness(1); |
| 64 | lights[CIRCLE2331_LIGHT].setBrightness(1); |
| 65 | lights[CIRCLE2325_LIGHT].setBrightness(1); |
| 66 | lights[CIRCLE2333_LIGHT].setBrightness(1); |
| 67 | lights[CIRCLE2327_LIGHT].setBrightness(1); |
| 68 | lights[CIRCLE2335_LIGHT].setBrightness(1); |
| 69 | } |
| 70 | }; |
| 71 | |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected