WorldFamousElectronics / PulseSensorPlayground

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

Fix minor inaccuracy in example comments. #196

Closed LordOlumide closed 2 months ago

LordOlumide commented 2 months 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 2 months ago

Thank you!