| 140 | |
| 141 | template <typename T> |
| 142 | T getNormalPolyVoltageSimd(T normalVoltage, uint8_t firstChannel) { |
| 143 | return isConnected() ? getPolyVoltageSimd<T>(firstChannel) : normalVoltage; |
| 144 | } |
| 145 | |
| 146 | template <typename T> |
| 147 | void setVoltageSimd(T voltage, uint8_t firstChannel) { |
nothing calls this directly
no outgoing calls
no test coverage detected