X-Git-Url: https://robinkrens.nl/gitweb/?p=lra-as-sensor;a=blobdiff_plain;f=hbc.c;fp=hbc.c;h=0cca0dcd7e69ed9f6762535dd32a84a5c3322bf6;hp=157d6174929a3b9d5bf59166a0fe9a53e758f4aa;hb=ae15375e80fef44e981818c05c2156a75d2e9c35;hpb=b7cecdd76378faeccc0e605fbbe6a4a316734741 diff --git a/hbc.c b/hbc.c index 157d617..0cca0dc 100644 --- a/hbc.c +++ b/hbc.c @@ -13,7 +13,10 @@ int main(void) { PORTB = (1 << PB3); while(1) { - + _delay_ms(2); + PORTB = 0; + _delay_ms(2); + PORTB = (1 << PB3); } return 0;