We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab0a71 commit 233c46cCopy full SHA for 233c46c
examples/Example01_AlternateAddress/Example01_AlternateAddress.ino
@@ -42,7 +42,7 @@ void setup()
42
}
43
44
// Read the frequency control word - should be ~500000 initially?
45
- int64_t fcw = myOCXO.getFrequencyControlWord();
+ uint32_t fcw = myOCXO.getFrequencyControlWord();
46
Serial.print("The frequency control word is: ");
47
Serial.println(fcw);
48
0 commit comments