another clanground
This commit is contained in:
parent
ebf5715aba
commit
0213f84f9f
|
|
@ -61,8 +61,6 @@ Adafruit_BME280::Adafruit_BME280(int8_t cspin, int8_t mosipin, int8_t misopin,
|
|||
int8_t sckpin)
|
||||
: _cs(cspin), _mosi(mosipin), _miso(misopin), _sck(sckpin) {}
|
||||
|
||||
|
||||
|
||||
Adafruit_BME280::~Adafruit_BME280(void) {
|
||||
if (temp_sensor) {
|
||||
delete temp_sensor;
|
||||
|
|
@ -75,7 +73,6 @@ Adafruit_BME280::~Adafruit_BME280(void) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/*!
|
||||
* @brief Initialise sensor with given parameters / settings
|
||||
* @param addr the I2C address the device can be found on
|
||||
|
|
|
|||
Loading…
Reference in New Issue