08.01.2013 Aufrufe

Download - Projektlabor

Download - Projektlabor

Download - Projektlabor

MEHR ANZEIGEN
WENIGER ANZEIGEN

Erfolgreiche ePaper selbst erstellen

Machen Sie aus Ihren PDF Publikationen ein blätterbares Flipbook mit unserer einzigartigen Google optimierten e-Paper Software.

sbi UCSRB, RXCIE ;//Activate Interrupt controlled recivement<br />

sbi UCSRB, RXEN ;//Activate Reciver<br />

sei ;//Activate Interrupts Global<br />

;###################################################################<br />

######################<br />

;# CORE<br />

###################################################################<br />

###############<br />

core: ;//Start Core Application<br />

;//Test and Debug Routines<br />

;rcall subDisplayTest ;//Perform a full featured<br />

Display Test<br />

;rcall subLampTest ;//Perform a simple Lamp Test<br />

;rcall subSpecificLampTest ;//Perform a specific lamp test<br />

rcall intReciveByteFromUart<br />

rjmp core ;//Restart Core<br />

Application<br />

;###################################################################<br />

######################<br />

;# FETCH VALUES<br />

###################################################################<br />

#######<br />

;//Fetch the Maximum Frequency Value from Analyser Unit<br />

subFetchMaximumFrequency:<br />

push regTemp ;//Save temp to stack<br />

;10 Maximum Value<br />

ldi regTemp, 0b00000100<br />

out PORTD, regTemp ;//Poll request<br />

pop regTemp ;//Restore temp<br />

ret<br />

241

Hurra! Ihre Datei wurde hochgeladen und ist bereit für die Veröffentlichung.

Erfolgreich gespeichert!

Leider ist etwas schief gelaufen!