Compare commits

..

No commits in common. "026fee8be3d0e8425e8f1de658febc15ddea6f8c" and "84199c855d72f3eb171f5e3e8dfe89fc84fb1b1d" have entirely different histories.

View file

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