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.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/avr_codegen/test.c b/tools/avr_codegen/test.c
index 87f0fc9..d245e16 100644
--- a/tools/avr_codegen/test.c
+++ b/tools/avr_codegen/test.c
@@ -71,6 +71,7 @@ int main( )
#define DO_MARKER( time, LEDS ) \
marker = time; do { PORTB = LEDS; marker--; PORTB = 0; } while( marker );
+#if 1 //this breaks it?
DO_MARKER(20, LED50);
DO_MARKER(20, LED50|LED48);
DO_MARKER(20, LED48);
@@ -81,7 +82,18 @@ int main( )
DO_MARKER(20, LED40|LED48);
DO_MARKER(20, LED40);
DO_MARKER(20, LED40|LED48);
- DO_MARKER(20, LED48);
+ DO_MARKER(20, LED40);
+ DO_MARKER(20, LED40|LED48);
+ DO_MARKER(20, LED40);
+#endif
+
+#if 0
+ DO_MARKER(10, LED50);
+ DO_MARKER(50, LED50|LED48);
+ DO_MARKER(12, LED48);
+#endif
+
+
//DO_MARKER(60, LED50);
// sendhex2( 5 );