docs
docs copied to clipboard
Added missing ; to getNormalizedSoC example
Added the missing semicolon to the getNormalizedSoC prototype example.
Original:
float getNormalizedSoC()
Modified:
float getNormalizedSoC();