Skip to content

Commit

Permalink
Fix warning. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Jan 2, 2025
1 parent bf69ad9 commit e6aa5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dht22.toit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// in the LICENSE file.
import gpio
import binary show BIG_ENDIAN
import io show BIG_ENDIAN
import .driver_ as driver

class Dht22 extends driver.Driver:
Expand Down

0 comments on commit e6aa5e4

Please sign in to comment.