diff src/adc_lightsensor.asm @ 152:19ad15f04f60

BUGFIX: Clear Setpoint-Fallback warning when in bailout NEW: 180? display rotation option
author heinrichsweikamp
date Thu, 21 Aug 2014 10:19:03 +0200
parents 5cb177f0948a
children afa31c815f24
line wrap: on
line diff
--- a/src/adc_lightsensor.asm	Mon Aug 18 17:37:00 2014 +0200
+++ b/src/adc_lightsensor.asm	Thu Aug 21 10:19:03 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   .20                     ; right button
     rcall   piezo_config_tx
-    movlw   .100                     ; left button
+    movlw   .20                     ; left button
     rcall   piezo_config_tx
     movlw   .200                    ; reserved
     rcall   piezo_config_tx