Skip to content

Commit

Permalink
Merge pull request #3 from andersjohnsen/patch-3
Browse files Browse the repository at this point in the history
Update bme680.toit
  • Loading branch information
nilwes authored Nov 25, 2021
2 parents 2646196 + 09fb650 commit 5b7f915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bme680.toit
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ I2C_ADDRESS_ALT ::= 0x77
/**
Driver for the Bosch BME680 environmental sensor, using I2C.
*/
class bme680:
class Driver:
// Chip ID address
static CHIP_ID_REG_ ::= 0xD0

Expand Down

0 comments on commit 5b7f915

Please sign in to comment.