etherkit / Si5351Arduino

Library for the Si5351 clock generator IC in the Arduino environment
GNU General Public License v3.0
229 stars 94 forks source link

si5351.set_correction(cal_factor); #59

Open Aclarky1969 opened 6 years ago

Aclarky1969 commented 6 years ago

Hi

I'm very new to Arduino , I have downloaded the latest lib and get the following error when compiling the calibration sketch. Obviously I'm missing something very simple. Would appreciate some advise

Regards in advance.

Alan

Aclarky1969 commented 6 years ago

Sorry forgot to mention, although the lib is installed.

calibration1:85: error: no matching function for call to 'Si5351::set_correction(int32_t&)'

si5351.set_correction(cal_factor);

Aclarky1969 commented 6 years ago

answer after reading the document