micropython/drivers/sensor/pasco2: Renaming function to get_co2_value.

Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
pull/644/head
NikhitaR-IFX 2023-04-13 19:03:14 +05:30
rodzic a71c421943
commit e78d4c61ff
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: