Skip to content

Commit c1ea3df

Browse files
committed
fiexed SensorThread example
1 parent 0a75f25 commit c1ea3df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/SensorThread/SensorThread.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public:
4141
void run(){
4242
// Reads the analog pin, and saves it localy
4343
value = map(analogRead(pin), 0,1023,0,255);
44+
runned();
4445
}
4546
};
4647

0 commit comments

Comments
 (0)