mck1117 / wideband

MIT License
44 stars 47 forks source link

Typo in dac.h #308

Closed Theo-Point closed 5 months ago

Theo-Point commented 7 months ago

Hello, I think i found a typo in the firmware.

void SetVoltage(int channel, float volage);

When it's voltage in the cpp file

void Dac::SetVoltage(int channel, float voltage)

rusefillc commented 7 months ago

@dron0gus FYI