1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-18 12:05:41 +00:00

Fix comment

This commit is contained in:
Keith Burzinski 2025-01-17 01:25:49 -06:00
parent 3b3bcb80b7
commit b5ee8530fb
No known key found for this signature in database
GPG Key ID: 802564C5F0EEFFBE

View File

@ -24,7 +24,7 @@ class ES7243E : public audio_adc::AudioAdc, public Component, public i2c::I2CDev
protected:
/// @brief Convert floating point mic gain value to register value
/// @param mic_gain Gain value to convert
/// @return Corresponding register value closest to but not exceeding specified gain
/// @return Corresponding register value for specified gain
uint8_t es7243e_gain_reg_value_(float mic_gain);
bool configure_mic_gain_();