Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
changed int to long
  • Loading branch information
regimantas authored Mar 6, 2023
1 parent c5504cf commit 9bc91a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void setup()
void loop()
{
Serial.print( (int) adc.read(0) ); // 0 is adc pin
Serial.print( (long) adc.read(0) ); // 0 is adc pin
delay(1000);
}
```
Expand Down

0 comments on commit 9bc91a5

Please sign in to comment.