You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the most significant bits (above bit 31) disappear. Perhaps unsigned, 64-bit shifts are not working properly.
As expected, I made the following change code change in radiono.ino:
//vfo = new Si570(SI570_I2C_ADDRESS, 56320000);
vfo = new Si570(SI570_I2C_ADDRESS, 10000000);
After this was done, I was able to change frequency and measure
frequency changes on the Si570. For example, setting the frequency
to 7.0000 MHz on the display yielded a Si570 frequency of 27 MHz.
The text was updated successfully, but these errors were encountered:
Mac - AE5PH reported:
The text was updated successfully, but these errors were encountered: