Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • This contains most of what I was writing, so I'm just going to vote this up. Commented Feb 23, 2021 at 14:44
  • PRR |= (0 << PRTIM1); -> PRR0 &= ~(1 << PRTIM1); Commented Feb 23, 2021 at 14:50
  • TCCR1C = 0; does nothing useful. Commented Feb 23, 2021 at 14:54
  • 1
    Dear Edgar, timemage, many thanks for your replies. Especially to the the one from Edger, which included everything I was asking for. Just amazed by the simplicity and the way you did transmit all the information. Cheers! Commented Feb 23, 2021 at 22:18