avr

C code posted by jgm
created at 21 May 17:30

Edit | Back
1
2
3
4
5
6
<pre><code class="c">
void reset(void){                               
    PORTD |= (1 << PD5);
    PORTD &= ~(1 << PD5);
    }
</pre>
139 Bytes in 2 ms with coderay