Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmannjan committed Jun 20, 2019
1 parent 7e39c44 commit 815753a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_BME280.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Adafruit_BME280 {

// constructors
Adafruit_BME280();
Adafruit_BME280(int8_t cspin, SPIClass *theSPI = &SPI)
Adafruit_BME280(int8_t cspin, SPIClass *theSPI = &SPI);
Adafruit_BME280(int8_t cspin, int8_t mosipin, int8_t misopin,
int8_t sckpin);

Expand Down

0 comments on commit 815753a

Please sign in to comment.