Skip to content

Commit

Permalink
Fix _sensorThreshold data type
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgioAresu committed Dec 11, 2019
1 parent 21497a5 commit 105a597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FanController.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class FanController
static FanController *_instances[6];
byte _sensorPin;
byte _sensorInterruptPin;
byte _sensorThreshold;
unsigned int _sensorThreshold;
byte _pwmPin;
byte _pwmDutyCycle;
byte _instance;
Expand Down

0 comments on commit 105a597

Please sign in to comment.