HX711 working only with Analog Input pins

Greetings.

I have a question that I hope someone can help me with. Recently, I've been working with the HX711 sensor to weigh with a certain precision. I have a custom board that uses a module integrating an nrf5340 and an nrf7002 for WiFi connectivity. The issue is that using the sensor driver from the repository https://github.com/nobodyguy/HX711_zephyr_driver, I've noticed that it only works using clock and dout pins configured as analog input. Considering that the sensor datasheet doesn't specify anything about this, I'd like to know why this happens and if it's possible to use it on non-analog pins.

Thanks in advance.

Related