commit: d7e1eb3e48115d65b1f405172f16cf483c3a5d4e
parent 0da9bd2709abf798f589ecdbd694d92151c241a2
Author: Armin Anderson <arminkanderson@hotmail.com>
Date: Fri, 30 Aug 2024 20:44:03 -0700
[Docs] Update joystick.md (#23928)
Explicit note about compatibility with ARM boards and the ADC driver
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/docs/features/joystick.md b/docs/features/joystick.md
@@ -18,6 +18,8 @@ By default the joystick driver is `analog`, but you can change this with:
JOYSTICK_DRIVER = digital
```
+When using `analog` with ARM, [you must use 3.3v with your Joystick](../drivers/adc). Although ARM boards such as the [Helios](https://keeb.supply/products/0xcb-helios) have 5v pin output, the ADC driver does not support it.
+
## Configuration {#configuration}
By default, two axes and eight buttons are defined, with a reported resolution of 8 bits (-127 to +127). This can be changed in your `config.h`: