Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed May 14, 2024
2 parents 7541eaa + 0109660 commit 77615a7
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 502 deletions.
2 changes: 1 addition & 1 deletion mycodo/inputs/dht20.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def initialize(self):
self.dht20 = SMBus(self.input_dev.i2c_bus)

# Check if Sensor is ready
status_word = self.dht20.read_byte(self.self.i2c_address)
status_word = self.dht20.read_byte(self.i2c_address)
if status_word != 0x18:
buffer = bytearray(b'\x00\x00')
# Initialize the 0x1B, 0x1C, 0x1E registers
Expand Down
240 changes: 0 additions & 240 deletions mycodo/outputs/value_dac_gp8xxx_iic.py

This file was deleted.

Loading

0 comments on commit 77615a7

Please sign in to comment.