Skip to content

Fixes to add example ESP-32 and ADC Value

Compare
Choose a tag to compare
@miguel5612 miguel5612 released this 04 Apr 15:18
· 48 commits to master since this release

Changes:

  • Fixed on ADC Equations, truth equation is 2^BitResolution - 1, because if resolution is 10-bit, value will between 0-1024 NOT 1025
  • Added ESP32 Example (Issue #25)