WorldFamousElectronics / PulseSensorPlayground

A PulseSensor library (for Arduino) that collects our most popular projects in one place.
https://PulseSensor.com
MIT License
201 stars 97 forks source link

Fix minor inaccuracy in example comments. #196

Closed LordOlumide closed 1 month ago

LordOlumide commented 1 month ago

The ESP32 has a 12-bit ADC means it will give digital values in the range of 0 – 4096 (2^12). This PR fixes the comment that says it has a 13-bit ADC.

biomurph commented 1 month ago

Thank you!