X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9b1c307f5be2e264cf0ce6f38af872f2b149be5d..43d5996dfe4424a1025d1657e3e37c96f59bd005:/drivers/dac/mcp4725/mcp4725.h 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