power off CLK 1 and CLK 2

Post Reply
lw5dhg

power off CLK 1 and CLK 2

Post by lw5dhg »

Hello Andrey.
I need to turn off the CLK 1 and CLK 2 output on the Nano Vfo and Syntez_Si5351_Si570 synths how could I do this? Thank you
UR5FFR
Site Admin
Posts: 2195
Joined: 21 Apr 2012, 22:00
Позывной: UR5FFR
Location: Odessa

Re: power off CLK 1 and CLK 2

Post by UR5FFR »

Hi,
For turn off set CLK*_MULT const in config_sw.h to zero. For CLK1 & CLK2

Code: Select all

const long CLK0_MULT = 1;
const long CLK1_MULT = 0;
const long CLK2_MULT = 0;
lw5dhg

Re: power off CLK 1 and CLK 2

Post by lw5dhg »

its working! thanks you very much!!
Post Reply