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
32 stars 7 forks source link

Can we read a bit between rising and falling clock edges? #24

Closed endail closed 2 years ago

endail commented 2 years ago

https://github.com/endail/hx711-pico-c/blob/05e3c7fff96031be59e61da0ccd514b6a528b34e/src/hx711_noblock.pio#L100

Also possible sidesetting opportunity on the jump.

endail commented 2 years ago

Two benefits with this:

  1. slight reduction in instruction count; and
  2. autopush will occur slightly sooner.