If you do not yet know exactly how the software or the hardware to be used will be applied, the following tips should help:
Arduino + <English translation of the “thing” being searched for> + optionally Project. Alternatively, AVR or Atmel can be used instead of Arduino. For C code, you can additionally search for “c code”. Code is often found on GitHub, so adding site:github.com in Google may also be helpful.The Requirements for Programming contain notes on what the submitted code should look like.
MCUCR |=(1<<JTD); MCUCR |=(1<<JTD);
Important: The control register must be written twice.