Skip to content

Commit

Permalink
fiexed SensorThread example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed May 14, 2013
1 parent 0a75f25 commit c1ea3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/SensorThread/SensorThread.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public:
void run(){
// Reads the analog pin, and saves it localy
value = map(analogRead(pin), 0,1023,0,255);
runned();
}
};

Expand Down

0 comments on commit c1ea3df

Please sign in to comment.