Skip to content

Commit

Permalink
Do not reset on constructor because the pins are not set yet (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou authored Jun 17, 2024
1 parent 9eebc4b commit 1c72c6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HX711.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

HX711::HX711()
{
reset();
}


Expand Down

0 comments on commit 1c72c6b

Please sign in to comment.