bogde / HX711

An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.
MIT License
876 stars 535 forks source link

add NRF to compatible boards list #245

Open ultrapalace opened 1 year ago

ultrapalace commented 1 year ago

The nRF52840 works with your library. Please add it to the list of compatible boards for Arduino. I had to move the src files into my sketch folder, but then it works fine without any changes at all.

thanks!