From ced3b89795a5d3698da27749339670bd4da121c7 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Mon, 5 Dec 2016 20:07:05 -0500 Subject: Updateing --- tools/avr_codegen/test.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/avr_codegen/test.c') diff --git a/tools/avr_codegen/test.c b/tools/avr_codegen/test.c index 95b0155..24b9066 100644 --- a/tools/avr_codegen/test.c +++ b/tools/avr_codegen/test.c @@ -57,7 +57,7 @@ int main( ) PORTB = 0; } while( marker ); marker = 30; - do{ +/* do{ PORTB = _BV(3)|_BV(1); //4 = 0x40 3 = 0x48 1 = 0x50 marker--; PORTB = 0; @@ -68,18 +68,20 @@ int main( ) marker--; PORTB = 0; } while( marker ); + marker = 30; do{ PORTB = _BV(3)|_BV(4); //4 = 0x40 3 = 0x48 1 = 0x50 marker--; PORTB = 0; } while( marker ); + marker = 30; do{ PORTB = _BV(3); //4 = 0x40 3 = 0x48 1 = 0x50 marker--; PORTB = 0; } while( marker ); _delay_us(80); - +*/ /* marker = 30; do{ -- cgit v1.2.3