kopia lustrzana https://github.com/micropython/micropython-lib
sensor/pasco2: Removing commented code.
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>pull/644/head
rodzic
c9ff37bfb6
commit
dcfadf6762
|
@ -73,8 +73,6 @@ class PASCO2:
|
||||||
writeData = bytes([(readData & ~(reg[mask])) | modeVal])
|
writeData = bytes([(readData & ~(reg[mask])) | modeVal])
|
||||||
self._write_reg(_PASCO2_REG_MEAS_CFG, writeData)
|
self._write_reg(_PASCO2_REG_MEAS_CFG, writeData)
|
||||||
|
|
||||||
# def _get_bit_field(self, bitField, bitValue):
|
|
||||||
|
|
||||||
def initialize(self):
|
def initialize(self):
|
||||||
"""Public function to initialize the sensor"""
|
"""Public function to initialize the sensor"""
|
||||||
try:
|
try:
|
||||||
|
|
Ładowanie…
Reference in New Issue