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 ++++-- tools/avr_codegen/test.elf | Bin 7140 -> 6744 bytes tools/avr_codegen/test.hex | 11 +++-------- 3 files changed, 7 insertions(+), 10 deletions(-) (limited to 'tools/avr_codegen') 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{ diff --git a/tools/avr_codegen/test.elf b/tools/avr_codegen/test.elf index c9716a7..7ccc392 100755 Binary files a/tools/avr_codegen/test.elf and b/tools/avr_codegen/test.elf differ diff --git a/tools/avr_codegen/test.hex b/tools/avr_codegen/test.hex index fbe1725..188c3fe 100644 --- a/tools/avr_codegen/test.hex +++ b/tools/avr_codegen/test.hex @@ -1,15 +1,10 @@ :100000000EC015C014C013C012C011C010C00FC064 :100010000EC00DC00CC00BC00AC009C008C011241E -:100020001FBECFE5D2E0DEBFCDBF1AD050C0E8CFB3 +:100020001FBECFE5D2E0DEBFCDBF1AD02EC0E8CFD5 :100030000F931F9300E010E0980106171707280799 :10004000390759F0EFECF7E03197F1F700C0000005 :100050000F5F1F4F2F4F3F4FF0CF1F910F9108950C :10006000F89480E886BD16BC80E381BF8AE187BB37 -:1000700098E02AE038E18EE198BB18BA8150E1F7A8 -:100080008EE128BB18BA8150E1F78EE198BB18BA0F -:100090008150E1F745ED4A95F1F7000038BB8150FA -:1000A00018BA8111FBCFE5EDEA95F1F7000098BB96 -:1000B000815018BA8111FBCFF5EDFA95F1F70000E8 -:1000C000EFE1FEE43197F1F700C00000D4CFF894DF -:0200D000FFCF60 +:1000700098E08EE198BB18BA8150E1F7EFE1FEE419 +:0E0080003197F1F700C00000F4CFF894FFCFE5 :00000001FF -- cgit v1.2.3