Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bogde committed Feb 23, 2014
1 parent 64de92c commit d525d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HX711Serial/HX711Serial.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ void setup() {

Serial.println("Before setting up the scale:");
Serial.print("read: \t\t");
Serial.println(scale.read()); // print a waw reading from the ADC
Serial.println(scale.read()); // print a raw reading from the ADC

Serial.print("read average: \t\t");
Serial.println(scale.read_average(20)); // print the average of 20 readings from the ADC
Expand Down

0 comments on commit d525d52

Please sign in to comment.