| 135 | |
| 136 | template <typename T> |
| 137 | T getNormalVoltageSimd(T normalVoltage, uint8_t firstChannel) { |
| 138 | return isConnected() ? getVoltageSimd<T>(firstChannel) : normalVoltage; |
| 139 | } |
| 140 | |
| 141 | template <typename T> |
| 142 | T getNormalPolyVoltageSimd(T normalVoltage, uint8_t firstChannel) { |
nothing calls this directly
no outgoing calls
no test coverage detected