We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd54852 commit 8ab0a71Copy full SHA for 8ab0a71
src/SparkFun_STP3593LF.h
@@ -86,7 +86,7 @@ class SfeSTP3593LFDriver
86
public:
87
// @brief Constructor. Instantiate the driver object using the specified address (if desired).
88
SfeSTP3593LFDriver()
89
- : _baseFrequencyHz{10000000.0}, _maxFrequencyChangePPB{400.0}
+ : _maxFrequencyChangePPB{400.0}
90
{
91
}
92
@@ -142,7 +142,6 @@ class SfeSTP3593LFDriver
142
sfeTkArdI2C *_theBus; // Pointer to bus device.
143
144
uint32_t _frequencyControl; // Local store for the frequency control word. 20-Bit
145
- double _baseFrequencyHz; // The base frequency used by getFrequencyHz and setFrequencyHz
146
double _maxFrequencyChangePPB; // The maximum frequency change in PPB for setFrequencyByBiasMillis
147
};
148
0 commit comments