Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jan 20, 2025
1 parent f7442b4 commit 01d2d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jswrap_espruino.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ E.on("comparator", e => {
**Note:** There is just one LPCOMP, so you can only enable the comparator on one pin.
**On [Jolt.js](https://www.espruino.com/Jolt.js):** when using `E.setComparator` on the analog pins on the
Terminal block (`H0`/`H2`/`H4`/`H8`), the `level` you give needs to be in volts. Because the comparator only
Terminal block (`H0`/`H2`/`H4`/`H6`), the `level` you give needs to be in volts. Because the comparator only
works in 16 steps, you can only detect multiples of 1.37v (1.37/2.74/4.11/etc)
*/
Expand Down

0 comments on commit 01d2d49

Please sign in to comment.