PyComms
PyComms copied to clipboard
Bug on function setTempFIFOEnabled
Dear,
in [mpu6050.py] - setTempFIFOEnabled
The number of parameters don't match with the prototype of write8(reg, value)
;
???: self.i2c.write8(self.MPU6050_RA_FIFO_EN, self.MPU6050_TEMP_FIFO_EN_BIT, enabled)