From 97b669cc8e5619c1174f0ebb80d10cc38f04d328 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 18 Nov 2004 03:04:29 +0000 Subject: [PATCH] test_uart: -> 8mhz 9600 bps. rgb_mali: added rgb mode (not working .. but why?) --- beginners/rgb_mali.asm | 74 ++++++++++++++++++++++++++++++++++++++++- beginners/test_uart.asm | 2 +- 2 files changed, 74 insertions(+), 2 deletions(-) diff --git a/beginners/rgb_mali.asm b/beginners/rgb_mali.asm index 3cdbda3..8b26baf 100644 --- a/beginners/rgb_mali.asm +++ b/beginners/rgb_mali.asm @@ -83,7 +83,7 @@ out TIMSK,tmp ; enable uart + rx complete interrupt ldi tmp,51 ; 9600 baud, 0,2% error @ 8mhz out UBRR,tmp -ldi tmp,((1<