Skip to content

Commit

Permalink
Set "unsigned long" also in the header
Browse files Browse the repository at this point in the history
unsigned long read(int pin)
  • Loading branch information
Ircama committed Feb 15, 2022
1 parent e7503e3 commit f5897f2
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 f5897f2

Please sign in to comment.