Skip to content

Commit

Permalink
update range UV
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Aug 19, 2019
1 parent 33f24da commit 5a835e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/meteorito/meteorito.ino
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ int leerDireccion(int suma){

// Funcion para obtener la luz ultravioleta
int leerUV(){
int uv =map(analogRead(pinRayosUV),0,1350,0,85);
int uv =map(analogRead(pinRayosUV),0,1350,0,15);
return uv;
}

Expand Down

0 comments on commit 5a835e0

Please sign in to comment.