| 705 | } |
| 706 | |
| 707 | virtual fl::string getName() const override { |
| 708 | return fl::string::from_literal("STUB"); |
| 709 | } |
| 710 | |
| 711 | virtual Capabilities getCapabilities() const override { |
| 712 | return Capabilities(true, true); // Stub accepts both clockless and SPI |
no outgoing calls
no test coverage detected