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.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/tools/avr_codegen/test.c b/tools/avr_codegen/test.c
index 0215e09..87f0fc9 100644
--- a/tools/avr_codegen/test.c
+++ b/tools/avr_codegen/test.c
@@ -71,11 +71,18 @@ int main( )
#define DO_MARKER( time, LEDS ) \
marker = time; do { PORTB = LEDS; marker--; PORTB = 0; } while( marker );
+ DO_MARKER(20, LED50);
+ DO_MARKER(20, LED50|LED48);
+ DO_MARKER(20, LED48);
+ DO_MARKER(20, LED40|LED48);
DO_MARKER(20, LED40);
- DO_MARKER(35, LED50|LED40);
- DO_MARKER(25, LED50);
- DO_MARKER(45, LED50|LED48);
- DO_MARKER(60, LED50);
+ DO_MARKER(20, LED40|LED48);
+ DO_MARKER(20, LED40);
+ DO_MARKER(20, LED40|LED48);
+ DO_MARKER(20, LED40);
+ DO_MARKER(20, LED40|LED48);
+ DO_MARKER(20, LED48);
+ //DO_MARKER(60, LED50);
// sendhex2( 5 );
// sendchr('\n');