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

Document auto-generated PIO header file #41

Closed endail closed 1 year ago

endail commented 1 year ago

https://github.com/endail/hx711-pico-c/blob/1b634c3bd4e65b52ca3437721fa77f1268befcc8/.github/workflows/generate_pio.yml#L30

GitHub Actions automatically generates the hx711_noblock.pio.h header file from the hx711_noblock.pio file. But the difference is not clear enough at first glance. Add a comment to the header file to indicate this.