Compare commits

...

3 commits

2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ int inQuery;
int getData() { int getData() {
int sensorValue = analogRead(A2); int sensorValue = analogRead(A7);
return (map(sensorValue, 0, 700, 100, 0)); return (map(sensorValue, 0, 700, 100, 0));
} }

View file

@ -26,8 +26,8 @@ ficheros="bin envs arduinos.py generador_json funciones registrador desinstalar"
echo "1. Instalando dependencias echo "1. Instalando dependencias
" "
#apt update && apt install -y python3-pip jsonlint jq uuid apt update && apt install -y python3-pip jsonlint jq uuid
#pip3 install pyserial pip3 install pyserial
echo "" echo ""