Skip to content

Commit 252b10b

Browse files
authoredMar 11, 2025
Update Commands.md
Adding AdcGpio command
1 parent 28bb6d1 commit 252b10b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docs/Commands.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ Timer<x\><a class="cmnd" id="timer"></a>|Parameters for Timer<x\> where x = `1..
347347

348348
Command|Parameters
349349
:---|:---
350-
AdcParam<x\><a class="cmnd" id="adcparam"></a>|[ADC](ADC) analog input tuning parameters. On ESP32 x is channel `1..8`<BR>`<sensor>, <param1>, <param2>, <param3>, <param4>`<BR>complete `<sensor>` values listed [here...](ADC.md)
350+
AdcGpio<x\><a class="cmnd" id="adcgpio"></a>|[ADC](ADC) analog input tuning parameters, x is the gpio number and following 4 parameters are configration values for the type of sensor.<BR>`<param1>, <param2>, <param3>, <param4>`<BR>See the ADC docs [ADC docs](ADC.md) for details.
351+
AdcParam<x\><a class="cmnd" id="adcparam"></a>|[ADC](ADC) deprecated old command for setting analog input tuning parameters. On ESP32 x is channel `1..8`<BR>`<sensor>, <param1>, <param2>, <param3>, <param4>`<BR>complete `<sensor>` values listed [here...](ADC.md)
351352
Altitude<a class="cmnd" id="altitude"></a>|`-30000..30000` = altitude in meters
352353
AmpRes<a class="cmnd" id="sensors-ampres"></a>|Current sensor resolution<BR>`0..3` = maximum number of decimal places
353354
Bh1750Resolution<x\><a class="cmnd" id="bh1750resolution"></a>|[BH1750](BH1750.md) resolution mode. `x` = BH1750 sensor number (`1..2`) <BR>`0..2` = choose sensor resolution (`0` = high _(default)_, `1` = high2, `2` = low)

0 commit comments

Comments
 (0)