> 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.8/boards/pal/pal_mot.md).

# \<PAL\_MOT>

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

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

* 加速度センサー MC3630

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

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

### sns\_MC3630

[MC3630センサー](/v0.1.8/sensor_object/mc3630.md)のオブジェクトです。

###
