another clanground

This commit is contained in:
Lady Ada 2019-12-29 03:29:12 -05:00
parent ebf5715aba
commit 0213f84f9f
1 changed files with 3 additions and 6 deletions

View File

@ -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