# Analog

![](https://3767854731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Md5nSb70RWQSfl1nJPs%2Fuploads%2FozjElAHw4KnUOMN2H6R7%2Fimage.png?alt=media\&token=46ebc66c-5733-44c2-8ea7-d88e0272c1fc)

* Gain sets the scale in uS/Volt. A 0-3.3V signal with a max channel value of 1024us works out to 1024/3.3=310 (Which is the GUI default)
* Offset allows you to tweak the zero point for your signal, if your pot doesn't go all the way to zero for instance. As of V2.1x you can set negative values here
* Inverting an analog channel isn't as obvious but it can be done in the GUI instead of re-wiring. Set the gain to negative (-310.3) and set offset to 1024

### See Analog Input For Wiring

{% content-ref url="../../getting-started/wiring/analog-input" %}
[analog-input](https://headtracker.gitbook.io/head-tracker/getting-started/wiring/analog-input)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://headtracker.gitbook.io/head-tracker/settings/gui-settings/analog-and-aux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
