diff src/adc_lightsensor.asm @ 158:683321c09cfa

nicer boot into surfacemode
author heinrichsweikamp
date Thu, 04 Sep 2014 17:40:24 +0200
parents afa31c815f24
children 669b5d00706d
line wrap: on
line diff
--- a/src/adc_lightsensor.asm	Fri Aug 29 08:58:27 2014 +0200
+++ b/src/adc_lightsensor.asm	Thu Sep 04 17:40:24 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   .100                     ; right button
+    movlw   .75                     ; right button
     rcall   piezo_config_tx
-    movlw   .100                     ; left button
+    movlw   .75                     ; left button
     rcall   piezo_config_tx
     movlw   .200                    ; reserved
     rcall   piezo_config_tx