# 3. Luftfuktighet

### Program

Ved trykk på A-knappen vises den relative luftfuktigheten i %.

{% embed url="<https://makecode.microbit.org/_cotKx2DuVXHF>" %}

### Testing

* Les mer om relativ luftfuktighet på nettet.
* Sjekk om luftfuktigheten i lokalet er passende.
* Prøv å måle luftfuktigheten innendørs og utendørs.
* Prøv å måle luftfuktigheten på en våt klut ved å holde enviro:bit i nærheten
* Prøv også avlesning med større nøyaktighet med blokkene "Get humidity (decimal)" og "Get humidity (x100)"


---

# 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://oppgaver.n00b.no/micro-bit/enviro-bit-miljosensor/3.-luftfuktighet.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.
