Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/io.asm @ 21:73014f788032
1.60 stable rc1
author | heinrichsweikamp |
---|---|
date | Wed, 21 Apr 2010 17:37:30 +0200 |
parents | 96a35aeda5f2 |
children |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/io.asm Wed Apr 21 10:13:36 2010 +0200 +++ b/code_part1/OSTC_code_asm_part1/io.asm Wed Apr 21 17:37:30 2010 +0200 @@ -15,50 +15,7 @@ ; low-level routines for i/O ; written by: Matthias Heinrichs, info@heinrichsweikamp.com ; written: 090801 -; last updated: 090801 +; last updated: 100421 ; known bugs: -; ToDo: - -set_LEDy: ; Yellow LED - bsf LED_red - return -clear_LEDy ; Yellow LED - bcf LED_red - return - -set_LEDr: ; Red LED - bsf LED_red - return -clear_LEDr ; Red LED - bcf LED_red - return -toggle_LEDr ; Red LED - btg LED_red - return - +; ToDo: Remove file -set_LEDg: ; Green LED - bsf LED_red - return -clear_LEDg ; Green LED - bcf LED_red - return - -set_LEDusb: ; USB LED - bsf LED_blue - return -clear_LEDusb; USB LED - bcf LED_blue - return - -set_LEDnofly: ; nofly LED - bsf LED_blue - return -clear_LEDnofly; nofly LED - bcf LED_blue - return -toggle_LEDnofly ; nofly LED - btg LED_blue - return - -