mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(temperature_sensor): Cannot switch the range smmothly on esp32h2
This commit is contained in:
parent
4a3f224fe1
commit
4df78f9cff
@ -40,7 +40,7 @@
|
||||
|
||||
#define I2C_SARADC_TSENS_DAC 0x6
|
||||
#define I2C_SARADC_TSENS_DAC_MSB 3
|
||||
#define I2C_SARADC_TSENS_DAC_LSB 3
|
||||
#define I2C_SARADC_TSENS_DAC_LSB 0
|
||||
|
||||
#define I2C_SARADC_DTEST 7
|
||||
#define I2C_SARADC_DTEST_MSB 1
|
||||
|
Loading…
Reference in New Issue
Block a user