Hi, Although I try to change frequency with; (changing frequency=20 Hz and keep it constant) static float frequency = 20.0; unsigned long freqReg = gen.freqCalc(frequency); gen.adjustFreq(MiniGen::FREQ0, freqReg); delay(100); My Minigen's output still 150kHz, Why?