aboutsummaryrefslogtreecommitdiff
path: root/tools/avr_codegen/test.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-05 20:07:05 -0500
committercnlohr <lohr85@gmail.com>2016-12-05 20:07:05 -0500
commitced3b89795a5d3698da27749339670bd4da121c7 (patch)
treeff45a3e274fb7353e2a9bc6784c80fe93dd1930d /tools/avr_codegen/test.c
parent87db9dbe16841225a558444cbffb0468fa8acf57 (diff)
downloadlibsurvive-ced3b89795a5d3698da27749339670bd4da121c7.tar.gz
libsurvive-ced3b89795a5d3698da27749339670bd4da121c7.tar.bz2
Updateing
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{