X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9b1c307f5be2e264cf0ce6f38af872f2b149be5d..13215f1b6fa87cb5f182e1f43c6431295654e009:/drivers/dac/mcp4725/mcp4725.h?ds=sidebyside diff --git a/drivers/dac/mcp4725/mcp4725.h b/drivers/dac/mcp4725/mcp4725.h index bb91b3e..42ba362 100644 --- a/drivers/dac/mcp4725/mcp4725.h +++ b/drivers/dac/mcp4725/mcp4725.h @@ -47,6 +47,6 @@ int mcp4725Init(); void mcp4725SetVoltage( uint16_t output, bool writeEEPROM ); -void mcp472ReadConfig( uint8_t *status, uint16_t *value ); +void mcp4725ReadConfig( uint8_t *status, uint16_t *value ); #endif \ No newline at end of file