Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0968283430 |
@ -8,7 +8,7 @@ int inQuery;
|
||||
|
||||
|
||||
int getData() {
|
||||
int sensorValue = analogRead(A2);
|
||||
int sensorValue = analogRead(A7);
|
||||
return (map(sensorValue, 0, 700, 100, 0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user