Use getNormalVoltage() instead. "Normal" voltage is the correct term, not "normalized" voltage. */
| 197 | "Normal" voltage is the correct term, not "normalized" voltage. |
| 198 | */ |
| 199 | DEPRECATED float normalize(float normalVoltage) { |
| 200 | return getNormalVoltage(normalVoltage); |
| 201 | } |
| 202 | }; |
| 203 | |
| 204 |
nothing calls this directly
no outgoing calls
no test coverage detected