mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-20 17:05:06 +00:00
Fix for ADC channel
This commit is contained in:
parent
ceed6f1d27
commit
44f3eec365
@ -37,7 +37,7 @@
|
|||||||
adc0 {
|
adc0 {
|
||||||
compatible = "espressif,esp32-adc-oneshot";
|
compatible = "espressif,esp32-adc-oneshot";
|
||||||
unit-id = <ADC_UNIT_1>;
|
unit-id = <ADC_UNIT_1>;
|
||||||
channels = <ADC_CHANNEL_3 ADC_ATTEN_DB_12 ADC_BITWIDTH_DEFAULT>;
|
channels = <ADC_CHANNEL_6 ADC_ATTEN_DB_12 ADC_BITWIDTH_DEFAULT>;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Matches the deprecated HAL's old ChargeFromAdcVoltage config: adcMultiplier=2.11,
|
// Matches the deprecated HAL's old ChargeFromAdcVoltage config: adcMultiplier=2.11,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user