From 01d2d499cd04f6d2b5df16300739bb21720af4a3 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 20 Jan 2025 16:07:16 +0000 Subject: [PATCH] typo --- src/jswrap_espruino.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jswrap_espruino.c b/src/jswrap_espruino.c index d7ef62f23..62c46bb83 100644 --- a/src/jswrap_espruino.c +++ b/src/jswrap_espruino.c @@ -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) */