UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.39k stars 437 forks source link

Amend: Use BIT64() instead of BIT() to accommodate PINS >= 32 #649

Closed arhamsc closed 3 months ago

arhamsc commented 3 months ago

Utilizing BIT64() instead of BIT() in hx711 component as BIT is only for 32 bit, hence using any PINs above 31 becomes a problem.

UncleRus commented 3 months ago

Thank you!