aboutsummaryrefslogtreecommitdiff
path: root/tools/avr_codegen/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/avr_codegen/test.c')
-rw-r--r--tools/avr_codegen/test.c6
1 files changed, 4 insertions, 2 deletions
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{