Nrf52840 and Hx711 on Arduino

I have a nrf5280 based board. I have been reading on the various codes/libraries for a few days now.

I understand the main issue I’m facing is the 64mhz speed of the nrf52840 is a bit fast for the hx711. I think this may be affecting the power up/down sequence or the get data command.

Using the Arduino supplied library from Bodge, it seems as though the code is completely skipping the void setup() portion.

At this point I would like to find some information on if these two products are compatible and what I will need to start learning in order to get them functioning together.

Thank you!