diff src/adc_lightsensor.asm @ 154:afa31c815f24

NEW: Show ppO2 for change depth during gas setup
author heinrichsweikamp
date Wed, 27 Aug 2014 17:38:21 +0200
parents 19ad15f04f60
children 683321c09cfa
line wrap: on
line diff
--- a/src/adc_lightsensor.asm	Thu Aug 21 10:30:52 2014 +0200
+++ b/src/adc_lightsensor.asm	Wed Aug 27 17:38:21 2014 +0200
@@ -351,9 +351,9 @@
 
     global  piezo_config            ; Sets up piezo sensitivity of heinrichs weikamp Piezo buttons (~30ms)
 piezo_config:   ; Settings between 20 and 200
-    movlw   .20                     ; right button
+    movlw   .100                     ; right button
     rcall   piezo_config_tx
-    movlw   .20                     ; left button
+    movlw   .100                     ; left button
     rcall   piezo_config_tx
     movlw   .200                    ; reserved
     rcall   piezo_config_tx