queuetue / Q2-Balance-Arduino-Library

Digital Balance Library for creating scales including taring and calibration
MIT License
7 stars 3 forks source link

hx711_example fails to compile #2

Open aderusha opened 7 years ago

aderusha commented 7 years ago

The included example code fails to compile with the current release of the balance library. It appears that the introduction of callbacks to several functions in the library has broken the example which calls functions without a callback specified.

I've tested this behavior with the 1.1.0 release of the library on Arduino 1.6.11 running on Windows 10, and Arduino 1.6.8 running on OSX.

aderusha commented 7 years ago

More errors: adjustedValue now expects units, and the example code does not pass that value in.

bepstein111 commented 3 years ago

Is this still an issue? I just tried compiling with PIO and it looks like I'm running into the same issue.