Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Sep 16, 2024
1 parent 499c551 commit e45d0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/unit/unit_ADS1115.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class UnitAVmeterBase : public UnitADS1115 {
virtual ~UnitAVmeterBase() {
}

virtual bool begin();
virtual bool begin() override;

inline float calibrationFactor() const {
return _calibrationFactor;
}
Expand Down
4 changes: 2 additions & 2 deletions src/unit/unit_ADS111x.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class UnitADS111x : public Component, public PeriodicMeasurementAdapter<UnitADS1
///@name Properties
///@{
/*!
@breif Coefficient value
@brief Coefficient value
@note Changes as gain changes
*/
inline float coefficient() const {
Expand All @@ -272,7 +272,7 @@ class UnitADS111x : public Component, public PeriodicMeasurementAdapter<UnitADS1
}
/*!
@brief Start periodic measurement
@paraa rate Sampling rate
@param rate Sampling rate
@param mux Input multiplexer (Not supported in some classes)
@param gain Programmable gain amplifier (Not supported in some classes)
@param comp_que Comparator queue (Not supported in some classes)
Expand Down

0 comments on commit e45d0ec

Please sign in to comment.