Skip to content

Commit

Permalink
Merge pull request #3 from Ircama/unsigned_long_read
Browse files Browse the repository at this point in the history
Set "unsigned long" also in the header
  • Loading branch information
regimantas authored Feb 18, 2022
2 parents 7652431 + f5897f2 commit 81b1eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oversampling.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Oversampling
{
public:
Oversampling(int adcbytes, int samplebytes, int Averaging);
int read(int pin);
unsigned long read(int pin);
private:
int _samplebytes;
int _adcbytes;
Expand Down

0 comments on commit 81b1eea

Please sign in to comment.