Compare commits
3 commits
placa-y-ar
...
master
Author | SHA1 | Date | |
---|---|---|---|
5ccb19eca9 | |||
026fee8be3 | |||
|
0968283430 |
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ int inQuery;
|
|||
|
||||
|
||||
int getData() {
|
||||
int sensorValue = analogRead(A2);
|
||||
int sensorValue = analogRead(A7);
|
||||
return (map(sensorValue, 0, 700, 100, 0));
|
||||
}
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@ ficheros="bin envs arduinos.py generador_json funciones registrador desinstalar"
|
|||
|
||||
echo "1. Instalando dependencias
|
||||
"
|
||||
#apt update && apt install -y python3-pip jsonlint jq uuid
|
||||
#pip3 install pyserial
|
||||
apt update && apt install -y python3-pip jsonlint jq uuid
|
||||
pip3 install pyserial
|
||||
|
||||
echo ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue