diff --git a/docs/Advanced_development/en/QuecPythonSub/Photoresistor.md b/docs/Advanced_development/en/QuecPythonSub/Photoresistor.md index a515bdf10d0c3c53c0f9b0895aebe095bcdebd9c..6b692148d58363bcab4728e20b66079b2e085f31 100644 --- a/docs/Advanced_development/en/QuecPythonSub/Photoresistor.md +++ b/docs/Advanced_development/en/QuecPythonSub/Photoresistor.md @@ -8,7 +8,7 @@ ## Photosensitive sensor experiment -This article mainly introduces ec600s ADC hardware resources (similar to other modules) and [quecpthon ADC API](https://python.quectel.com/wiki/#/zh-cn/api/QuecPythonClasslib?id=adc),以及使用ADC来检测当前光敏电阻的阻值。 +This article mainly introduces ec600s ADC hardware resources (similar to other modules) and [QuecPython ADC API](https://python.quectel.com/wiki/#/en-us/api/QuecPythonClasslib?id=adc),and uses the ADC to detect the resistance of the current photosensitive resistor. ### Hardware resources @@ -53,7 +53,7 @@ The integer 0 is returned successfully, and the integer - 1 is returned in case #### Read voltage value – read -Read the voltage value of the specified channel, in MV. +Read the voltage value of the specified channel, in mV. parameter @@ -107,7 +107,7 @@ Finally, the R22 resistance can be calculated according to the following formula #### Experimental code - < a href = "code / photoresistor. Py" target = "_blank" > download the code + download the code ```python ''' diff --git a/docs/Advanced_development/en/QuecPythonSub/media/photoresistor_2.png b/docs/Advanced_development/en/QuecPythonSub/media/photoresistor_2.png index a3d91411af15c2b32ceaff4136c285a035109065..e17acdc3b127124a1d32f156c6c58ed2a324358b 100644 Binary files a/docs/Advanced_development/en/QuecPythonSub/media/photoresistor_2.png and b/docs/Advanced_development/en/QuecPythonSub/media/photoresistor_2.png differ diff --git a/docs/Advanced_development/en/QuecPythonSub/media/photoresistor_6.png b/docs/Advanced_development/en/QuecPythonSub/media/photoresistor_6.png index e1dba48bf52138d10014cf41be378f24fb5339cd..5a4dd5b63198495eda9751f55ef16bec08dec401 100644 Binary files a/docs/Advanced_development/en/QuecPythonSub/media/photoresistor_6.png and b/docs/Advanced_development/en/QuecPythonSub/media/photoresistor_6.png differ