tdunning / SI5351

A microPython port of the AdaFruit CircuitPython module for the SI5351 clock generator
Apache License 2.0
1 stars 0 forks source link

Syntax Error in line 408 #1

Open sfpeik opened 3 months ago

sfpeik commented 3 months ago

Hi, there seems to be an incomplete code line in line 408. Something is missing behind the self.

ph_delay_reg = SI5351_REGISTER_165_CLK0_INITIAL_PHASE_OFFSET + self.

Can you, please, check

Thanks Soeren

tdunning commented 3 months ago

Yes there is. I thought I had repaired that earlier.

I will track it down when I get home this evening

On Tue, Apr 2, 2024, 08:59 S. F. Peik @.***> wrote:

Hi, there seems to be an incomplete code line in line 408. Something is missing behind the self.

ph_delay_reg = SI5351_REGISTER_165_CLK0_INITIAL_PHASE_OFFSET + self.

Can you, please, check

Thanks Soeren

— Reply to this email directly, view it on GitHub https://github.com/tdunning/SI5351/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB5E6VQDUBDRFY7TAC5XULY3LIVHAVCNFSM6AAAAABFTVLBJCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDAOBYGUYDOMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tdunning commented 3 months ago

Found the problem. I hadn't pulled the live version back from the pico I was testing (and fixing) on.

Thanks so much for catching my mistake!