> 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/v0.1.9/boards/pal/pal_amb.md).

# \<PAL\_AMB>

[環境センサーパル AMBIENT SENSE PAL](https://mono-wireless.com/jp/products/twelite-pal/sense/amb-pal.html) のボードビヘイビアです。

[共通定義](/v0.1.9/boards/pal.md)に加えボード上のセンサーを取り扱えるようになっています。

* 温湿度センサー SHTC3
* 照度センサー LTR308ALS

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

## メンバーオブジェクト

### sns\_SHTC3

[SHTC3センサー](/v0.1.9/sensor_object/shtc3.md)のオブジェクトです。

### sns\_LTR308ALS

[LTR308ALSセンサー](/v0.1.9/sensor_object/ltr-308als.md)のオブジェクトです。
