Skip to content

Commit

Permalink
Bugfix!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fmulder007 committed May 17, 2020
1 parent 2e920bb commit c5d0f38
Show file tree
Hide file tree
Showing 5 changed files with 904 additions and 910 deletions.
8 changes: 2 additions & 6 deletions Karat2_Sintez/Karat2_Sintez.ino
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
Без ПЛЛ меню
Код для синтезатора от UD0CAJ
Предел диапазона задается в меню.
Нет переключения LSB/USB
Есть часы, датчик температуры, и сдвиг ПЧ для отстройки от помех.
UD0CAJ Karat2_sintez
*/
#include <Adafruit_SSD1306.h> // Use version 1.2.7
#include <si5351.h>
Expand Down Expand Up @@ -80,7 +76,7 @@ void setup() {
si5351.init(SI5351_CRYSTAL_LOAD_8PF, 0, 0);
si5351.set_ms_source(SI5351_CLK0, SI5351_PLLA);
si5351.set_ms_source(SI5351_CLK1, SI5351_PLLB);
si5351.set_correction(varinfo.calibration * 10, SI5351_PLL_INPUT_XO);
si5351.set_correction(varinfo.calibration * 100L, SI5351_PLL_INPUT_XO);
freqprint = varinfo.freq / 1000.00;
losetup();
vfosetup();
Expand Down
Loading

0 comments on commit c5d0f38

Please sign in to comment.