Simon Reap

Results 1 issues of Simon Reap

The SGP30 get_unique_id function returns the chip ID. The code at lines 124-126 of https://github.com/pimoroni/sgp30-python/blob/master/library/sgp30/__init__.py are: def get_unique_id(self): result = self.command('get_serial_id') return result[0]

bug