> For the complete documentation index, see [llms.txt](https://mwx.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mwx.twelite.info/latest_en/boards/pal/pal_amb.md).

# \<PAL\_AMB>

Board BEHAVIOR for [Environmental Sensor Pal AMBIENT SENSE PAL](https://mono-wireless.com/jp/products/twelite-pal/sense/amb-pal.html).

[Common Definition](/latest_en/boards/pal.md) plus the sensors on the board can be handled.

* Temperature/humidity sensor SHTC3
* Illuminance sensor LTR308ALS

```cpp
void setup() {
  auto&& brd = the_twelite.board.use<PAL_AMB>();
}
```

## member object

### sns\_SHTC3

[SHTC3 sensor](/latest_en/sensor_object/shtc3.md) object.

### sns\_LTR308ALS

[LTR308ALS sensor](/latest_en/sensor_object/shtc3.md) object.
