Oops. This belongs to previous commit.

This commit is contained in:
Admar Schoonen 2012-01-08 01:38:59 +01:00
parent cad09796c2
commit 9511765d44
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
function lightlevelmapping()
MINBRIGHTNESS = 1;
MINBRIGHTNESS = 3;
MAXBRIGHTNESS = 10;
LIGHTSENSOR_BOTTOM = 0;
LIGHTSENSOR_BOTTOM = 3;
LIGHTSENSOR_TOP = 150;
x = [LIGHTSENSOR_BOTTOM - 10:LIGHTSENSOR_TOP + 10];