Skip to content
Prev Previous commit
Next Next commit
overrride
  • Loading branch information
jahnavithota2011 committed Mar 28, 2022
commit 6081e5641ca8a036b3239ae16f1b223c2efa69f8
18 changes: 9 additions & 9 deletions libs/sensors/include/PollingSensors.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ class PollingSensors final : Sensor {
public:
PollingSensors(PinName moisture_in, PinName co2_in);

// float read() override;
//
// float alternateRead() override;
//
// bool getStatus() const override;
//
// [[nodiscard]] bool reset() override;
//
// [[nodiscard]] bool update() override;
float read() override {}

float alternateRead() override {}

bool getStatus() const override {}

[[nodiscard]] bool reset() override {}

[[nodiscard]] bool update() override {}

/* Functions specific to sensor modules*/

Expand Down