Skip to content

Commit

Permalink
Update HX711_ADC.h
Browse files Browse the repository at this point in the history
  • Loading branch information
olkal committed Jan 5, 2019
1 parent 176c02a commit a30461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HX711_ADC.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class HX711_ADC
uint8_t doutPin; //HX711 dout pin
uint8_t GAIN;
float calFactor;
long dataSampleSet[DATA_SET + 1]; // data set, make voltile if interrupt is used
volatile long dataSampleSet[DATA_SET + 1]; // data set, make voltile if interrupt is used
long tareOffset;
int readIndex = 0;
unsigned long conversionStartTime;
Expand Down

0 comments on commit a30461e

Please sign in to comment.