Skip to content
Prev Previous commit
Next Next commit
Update PollingSensors.h
  • Loading branch information
jahnavithota2011 authored Feb 7, 2022
commit 77ae7e2e4560206e9232a434c90b616bc72715cd
3 changes: 1 addition & 2 deletions libs/sensors/include/PollingSensors.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ class PollingSensors final : Sensor {
bool getStatus() const override;
[[nodiscard]] bool reset() override;
[[nodiscard]] bool update() override;

//Add functions specific to sensor modules
// Add functions specific to sensor modules
};