endail / hx711-pico-c

Implementation of single and multiple HX711 use via RP2040's state machine
https://endail.github.io/hx711-pico-c/
MIT License
35 stars 7 forks source link

Fix default for 0 based loop #2

Closed endail closed 2 years ago

endail commented 2 years ago

https://github.com/endail/hx711-pico-c/blob/25b68f3454317433aca20031116540e41bd12820/src/hx711_noblock.pio#L58

This needs to be adjusted to expect (or not) a 0 based counter.