| 80 | fl::string getName() const override { return mName; } |
| 81 | |
| 82 | Capabilities getCapabilities() const override { |
| 83 | return Capabilities(true, true); // Mock accepts both clockless and SPI |
| 84 | } |
| 85 | |
| 86 | private: |
| 87 | void beginTransmission(fl::span<const ChannelDataPtr> channels) { |
no test coverage detected