kopia lustrzana https://github.com/micropython/micropython-lib
micropython/drivers/sensor/pasco2: Renaming function to get_co2_value.
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>pull/644/head
rodzic
a71c421943
commit
e78d4c61ff
|
@ -98,7 +98,7 @@ class PASCO2:
|
|||
except:
|
||||
return _PASCO2_ERROR
|
||||
|
||||
def getCO2Value(self):
|
||||
def get_co2_value(self):
|
||||
"""Public function to get the CO2 value"""
|
||||
while True:
|
||||
try:
|
||||
|
|
Ładowanie…
Reference in New Issue