Skip to content

Commit 8ab0a71

Browse files
committed
Remove _baseFrequencyHz
1 parent fd54852 commit 8ab0a71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SparkFun_STP3593LF.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class SfeSTP3593LFDriver
8686
public:
8787
// @brief Constructor. Instantiate the driver object using the specified address (if desired).
8888
SfeSTP3593LFDriver()
89-
: _baseFrequencyHz{10000000.0}, _maxFrequencyChangePPB{400.0}
89+
: _maxFrequencyChangePPB{400.0}
9090
{
9191
}
9292

@@ -142,7 +142,6 @@ class SfeSTP3593LFDriver
142142
sfeTkArdI2C *_theBus; // Pointer to bus device.
143143

144144
uint32_t _frequencyControl; // Local store for the frequency control word. 20-Bit
145-
double _baseFrequencyHz; // The base frequency used by getFrequencyHz and setFrequencyHz
146145
double _maxFrequencyChangePPB; // The maximum frequency change in PPB for setFrequencyByBiasMillis
147146
};
148147

0 commit comments

Comments
 (0)