Mercurial > public > hwos_code
diff src/adc_lightsensor.asm @ 118:abd30446e1cd
show heading with leading zeros
author | heinrichsweikamp |
---|---|
date | Fri, 27 Jun 2014 10:18:41 +0200 |
parents | 6c577737c34e |
children | e2f04bb2539c |
line wrap: on
line diff
--- a/src/adc_lightsensor.asm Wed Jun 25 12:39:14 2014 +0200 +++ b/src/adc_lightsensor.asm Fri Jun 27 10:18:41 2014 +0200 @@ -324,9 +324,9 @@ global piezo_config ; Sets up piezo sensitivity of heinrichs weikamp Piezo buttons (~30ms) piezo_config: ; Settings between 20 and 200 - movlw .25 ; right button + movlw .20 ; right button rcall piezo_config_tx - movlw .25 ; left button + movlw .20 ; left button rcall piezo_config_tx movlw .200 ; reserved rcall piezo_config_tx