# MWX Library

## v0.1.3

- [The MWX Library](https://mwx.twelite.info/v0.1.3/master.md): Mono Wireless C++ Library for TWELITE.
- [改版履歴](https://mwx.twelite.info/v0.1.3/revisions.md)
- [MWXライブラリについて](https://mwx.twelite.info/v0.1.3/about_mwx.md)
- [License](https://mwx.twelite.info/v0.1.3/about_mwx/license.md)
- [用語](https://mwx.twelite.info/v0.1.3/about_mwx/terms.md)
- [設計情報](https://mwx.twelite.info/v0.1.3/about_mwx/design_policy.md)
- [インストール・ビルド](https://mwx.twelite.info/v0.1.3/install_n_build.md): Install and Build
- [環境 (OSなど)](https://mwx.twelite.info/v0.1.3/install_n_build/environment.md)
- [TWELITE SDK のインストール](https://mwx.twelite.info/v0.1.3/install_n_build/install_sdk.md)
- [VS Codeのインストール](https://mwx.twelite.info/v0.1.3/install_n_build/install_vscode.md)
- [アクトのビルド](https://mwx.twelite.info/v0.1.3/install_n_build/building-act.md)
- [アクトの実行](https://mwx.twelite.info/v0.1.3/install_n_build/runtheact.md)
- [tweterm.py](https://mwx.twelite.info/v0.1.3/install_n_build/runtheact/tweterm.py.md)
- [新しいプロジェクトの作成](https://mwx.twelite.info/v0.1.3/install_n_build/create_new_project.md)
- [ビルド定義 Makefile](https://mwx.twelite.info/v0.1.3/install_n_build/makefile.md)
- [サンプルアクト](https://mwx.twelite.info/v0.1.3/act_samples.md): Sample Acts
- [BRD\_APPTWELITE](https://mwx.twelite.info/v0.1.3/act_samples/brd_apptwelite.md): IO通信(標準アプリケーションApp\_Tweliteの基本機能)
- [PingPong](https://mwx.twelite.info/v0.1.3/act_samples/pingpong.md)
- [Parent\_MONOSTICK](https://mwx.twelite.info/v0.1.3/act_samples/parent_monostick.md): 親機アプリケーション(MONOSTICK用)
- [PAL\_AMB](https://mwx.twelite.info/v0.1.3/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/v0.1.3/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.3/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/v0.1.3/act_samples/pal_mag.md)
- [PAL\_MOT](https://mwx.twelite.info/v0.1.3/act_samples/pal_mot.md)
- [PAL\_MOT-oneshot](https://mwx.twelite.info/v0.1.3/act_samples/pal_mot-oneshot.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.3/act_samples/pulsecounter.md)
- [WirelessUART](https://mwx.twelite.info/v0.1.3/act_samples/wirelessuart.md)
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/v0.1.3/act_samples/slp_wk_and_tx.md)
- [API](https://mwx.twelite.info/v0.1.3/api-reference.md): Act/behavior Programming Interface
- [クラスオブジェクト](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs.md)
- [the\_twelite](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/the_twelite.md): TWENET 利用の中核クラス (mwx::twenet)
- [Analogue](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/buttons.md): ディジタル入力管理クラス (mwx::periph\_buttons)
- [PulseCounter](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/pulsecounter.md): パルスカウンタ (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/serial.md): TWELITE の UART0 ポート  (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/serialparser.md): シリアルポート向き書式入力 (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/spi.md)
- [SPI (メンバ関数版)](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/spi/spi-member.md)
- [SPI (ヘルパークラス版)](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/spi/spi-helperclass.md)
- [TickTimer](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/ticktimer.md): システムタイマー (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/timers.md): タイマー, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/wire.md): 二線シリアル(I2C) master の読み書き (mwx::periph\_wire)
- [Wire (メンバ関数版)](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/wire/wire-member.md)
- [Wire (ヘルパークラス版)](https://mwx.twelite.info/v0.1.3/api-reference/predefined_objs/wire/wire-helperclass.md)
- [クラス](https://mwx.twelite.info/v0.1.3/api-reference/classes.md)
- [MWX\_APIRET](https://mwx.twelite.info/v0.1.3/api-reference/classes/mwx_apiret.md)
- [alloc](https://mwx.twelite.info/v0.1.3/api-reference/classes/alloc.md)
- [axis\_xyzt](https://mwx.twelite.info/v0.1.3/api-reference/classes/axis_xyzt.md)
- [packet\_rx](https://mwx.twelite.info/v0.1.3/api-reference/classes/packet_rx.md)
- [packet\_tx](https://mwx.twelite.info/v0.1.3/api-reference/classes/packet_tx.md)
- [serparser](https://mwx.twelite.info/v0.1.3/api-reference/classes/ser_parser.md): シリアル書式入出力 (mwx::serial\_parser)
- [smplbuf](https://mwx.twelite.info/v0.1.3/api-reference/classes/smplbuf.md)
- [smplque](https://mwx.twelite.info/v0.1.3/api-reference/classes/smplque.md)
- [mwx::stream](https://mwx.twelite.info/v0.1.3/api-reference/classes/twe-stream.md): 入出力ストリーム
- [format (mwx::mwx\_format)](https://mwx.twelite.info/v0.1.3/api-reference/classes/twe-stream/twe-fmt.md): mwx::stream に printf の書式を入力
- [mwx::bigendian](https://mwx.twelite.info/v0.1.3/api-reference/classes/twe-stream/twe-bigendian.md): twe::stream にビッグエンディアン順で数値型のデータを出力する
- [mwx::crlf](https://mwx.twelite.info/v0.1.3/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/v0.1.3/api-reference/classes/twe-stream/twe-flush.md): twe::stream へのバッファ出力をフラッシュする。
- [コールバック関数](https://mwx.twelite.info/v0.1.3/api-reference/functions.md)
- [setup()](https://mwx.twelite.info/v0.1.3/api-reference/functions/setup.md)
- [begin()](https://mwx.twelite.info/v0.1.3/api-reference/functions/begin.md)
- [loop()](https://mwx.twelite.info/v0.1.3/api-reference/functions/loop.md)
- [wakeup()](https://mwx.twelite.info/v0.1.3/api-reference/functions/wakeup.md)
- [init\_coldboot()](https://mwx.twelite.info/v0.1.3/api-reference/functions/init_coldboot.md)
- [init\_warmboot()](https://mwx.twelite.info/v0.1.3/api-reference/functions/init_warmboot.md)
- [ビヘイビア](https://mwx.twelite.info/v0.1.3/api-reference/behavior.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.3/api-reference/behavior/pal_amb-behavior.md)
- [関数](https://mwx.twelite.info/v0.1.3/api-reference/functions-1.md)
- [システム関数](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/systemfunc.md)
- [millis()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/systemfunc/millis.md)
- [delay()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/systemfunc/delay.md)
- [random()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/systemfunc/random.md)
- [DIO 汎用ディジタルIO](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/dio.md)
- [pinMode()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/dio/pinmode.md)
- [digitalWrite()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/dio/digitalwrite.md)
- [digitalRead()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/dio/digitalread.md)
- [attachIntDio()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/dio/attachintdio.md)
- [detachIntDio()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/dio/detachintdio.md)
- [ユーティリティ関数](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/utility.md)
- [pack\_bits()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/utility/pack_bits.md)
- [collect\_bits()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/utility/collect_bits.md)
- [pack\_bytes()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/utility/pack_bytes.md)
- [expand\_bytes()](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/utility/expand_bytes.md)
- [CRC8, XOR, LRC](https://mwx.twelite.info/v0.1.3/api-reference/functions-1/utility/aaa.md)
- [ボード](https://mwx.twelite.info/v0.1.3/boards.md): Board behaviors
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/v0.1.3/boards/brd_apptwelite.md)
- [\<MONOSTICK>](https://mwx.twelite.info/v0.1.3/boards/less-than-monostick-greater-than.md)
- [PAL](https://mwx.twelite.info/v0.1.3/boards/pal.md)
- [\<PAL\_AMB>](https://mwx.twelite.info/v0.1.3/boards/pal/pal_amb.md)
- [\<PAL\_MAG>](https://mwx.twelite.info/v0.1.3/boards/pal/pal_mag.md)
- [\<PAL\_MOT>](https://mwx.twelite.info/v0.1.3/boards/pal/pal_mot.md)
- [センサー](https://mwx.twelite.info/v0.1.3/sensor_object.md): Sensor behaviors
- [SHTC3 - 温湿度センサー](https://mwx.twelite.info/v0.1.3/sensor_object/shtc3.md)
- [LTR-308ALS - 照度センサー](https://mwx.twelite.info/v0.1.3/sensor_object/ltr-308als.md)
- [MC3630 - 加速度センサー](https://mwx.twelite.info/v0.1.3/sensor_object/mc3630.md)
- [ネットワーク](https://mwx.twelite.info/v0.1.3/networks.md): Network behaviors
- [シンプル中継ネット \<NWK\_SIMPLE>](https://mwx.twelite.info/v0.1.3/networks/nwk_simple.md)

## v0.1.5

- [The MWX Library (v0.1.5)](https://mwx.twelite.info/v0.1.5/master.md): Mono Wireless C++ Library for TWELITE.
- [改版履歴](https://mwx.twelite.info/v0.1.5/revisions.md)
- [MWXライブラリについて](https://mwx.twelite.info/v0.1.5/about_mwx.md)
- [License](https://mwx.twelite.info/v0.1.5/about_mwx/license.md)
- [用語](https://mwx.twelite.info/v0.1.5/about_mwx/terms.md)
- [設計情報](https://mwx.twelite.info/v0.1.5/about_mwx/design_policy.md)
- [インストール・ビルド](https://mwx.twelite.info/v0.1.5/install_n_build.md): Install and Build
- [環境 (OSなど)](https://mwx.twelite.info/v0.1.5/install_n_build/environment.md)
- [TWELITE SDK のインストール](https://mwx.twelite.info/v0.1.5/install_n_build/install_sdk.md)
- [VS Codeのインストール](https://mwx.twelite.info/v0.1.5/install_n_build/install_vscode.md)
- [アクトのビルド](https://mwx.twelite.info/v0.1.5/install_n_build/building-act.md)
- [アクトの実行](https://mwx.twelite.info/v0.1.5/install_n_build/runtheact.md)
- [tweterm.py](https://mwx.twelite.info/v0.1.5/install_n_build/runtheact/tweterm.py.md)
- [新しいプロジェクトの作成](https://mwx.twelite.info/v0.1.5/install_n_build/create_new_project.md)
- [ビルド定義 Makefile](https://mwx.twelite.info/v0.1.5/install_n_build/makefile.md)
- [サンプルアクト](https://mwx.twelite.info/v0.1.5/act_samples.md): Sample Acts
- [BRD\_APPTWELITE](https://mwx.twelite.info/v0.1.5/act_samples/brd_apptwelite.md): IO通信(標準アプリケーションApp\_Tweliteの基本機能)
- [PingPong](https://mwx.twelite.info/v0.1.5/act_samples/pingpong.md)
- [Parent\_MONOSTICK](https://mwx.twelite.info/v0.1.5/act_samples/parent_monostick.md): 親機アプリケーション(MONOSTICK用)
- [PAL\_AMB](https://mwx.twelite.info/v0.1.5/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/v0.1.5/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.5/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/v0.1.5/act_samples/pal_mag.md)
- [PAL\_MOT](https://mwx.twelite.info/v0.1.5/act_samples/pal_mot.md)
- [PAL\_MOT-oneshot](https://mwx.twelite.info/v0.1.5/act_samples/pal_mot-oneshot.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.5/act_samples/pulsecounter.md)
- [WirelessUART](https://mwx.twelite.info/v0.1.5/act_samples/wirelessuart.md)
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/v0.1.5/act_samples/slp_wk_and_tx.md)
- [API](https://mwx.twelite.info/v0.1.5/api-reference.md): Act/behavior Programming Interface
- [クラスオブジェクト](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs.md)
- [the\_twelite](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/the_twelite.md): TWENET 利用の中核クラス (mwx::twenet)
- [Analogue](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/buttons.md): ディジタル入力管理クラス (mwx::periph\_buttons)
- [PulseCounter](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/pulsecounter.md): パルスカウンタ (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/serial.md): TWELITE の UART0 ポート  (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/serialparser.md): シリアルポート向き書式入力 (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/spi.md)
- [SPI (メンバ関数版)](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/spi/spi-member.md)
- [SPI (ヘルパークラス版)](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/spi/spi-helperclass.md)
- [TickTimer](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/ticktimer.md): システムタイマー (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/timers.md): タイマー, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/wire.md): 二線シリアル(I2C) master の読み書き (mwx::periph\_wire)
- [Wire (メンバ関数版)](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/wire/wire-member.md)
- [Wire (ヘルパークラス版)](https://mwx.twelite.info/v0.1.5/api-reference/predefined_objs/wire/wire-helperclass.md)
- [クラス](https://mwx.twelite.info/v0.1.5/api-reference/classes.md)
- [MWX\_APIRET](https://mwx.twelite.info/v0.1.5/api-reference/classes/mwx_apiret.md)
- [alloc](https://mwx.twelite.info/v0.1.5/api-reference/classes/alloc.md)
- [axis\_xyzt](https://mwx.twelite.info/v0.1.5/api-reference/classes/axis_xyzt.md)
- [packet\_rx](https://mwx.twelite.info/v0.1.5/api-reference/classes/packet_rx.md)
- [packet\_tx](https://mwx.twelite.info/v0.1.5/api-reference/classes/packet_tx.md)
- [serparser](https://mwx.twelite.info/v0.1.5/api-reference/classes/ser_parser.md): シリアル書式入出力 (mwx::serial\_parser)
- [smplbuf](https://mwx.twelite.info/v0.1.5/api-reference/classes/smplbuf.md)
- [smplque](https://mwx.twelite.info/v0.1.5/api-reference/classes/smplque.md)
- [mwx::stream](https://mwx.twelite.info/v0.1.5/api-reference/classes/twe-stream.md): 入出力ストリーム
- [format (mwx::mwx\_format)](https://mwx.twelite.info/v0.1.5/api-reference/classes/twe-stream/twe-fmt.md): mwx::stream に printf の書式を入力
- [mwx::bigendian](https://mwx.twelite.info/v0.1.5/api-reference/classes/twe-stream/twe-bigendian.md): twe::stream にビッグエンディアン順で数値型のデータを出力する
- [mwx::crlf](https://mwx.twelite.info/v0.1.5/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/v0.1.5/api-reference/classes/twe-stream/twe-flush.md): twe::stream へのバッファ出力をフラッシュする。
- [コールバック関数](https://mwx.twelite.info/v0.1.5/api-reference/functions.md)
- [setup()](https://mwx.twelite.info/v0.1.5/api-reference/functions/setup.md)
- [begin()](https://mwx.twelite.info/v0.1.5/api-reference/functions/begin.md)
- [loop()](https://mwx.twelite.info/v0.1.5/api-reference/functions/loop.md)
- [wakeup()](https://mwx.twelite.info/v0.1.5/api-reference/functions/wakeup.md)
- [init\_coldboot()](https://mwx.twelite.info/v0.1.5/api-reference/functions/init_coldboot.md)
- [init\_warmboot()](https://mwx.twelite.info/v0.1.5/api-reference/functions/init_warmboot.md)
- [ビヘイビア](https://mwx.twelite.info/v0.1.5/api-reference/behavior.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.5/api-reference/behavior/pal_amb-behavior.md)
- [関数](https://mwx.twelite.info/v0.1.5/api-reference/functions-1.md)
- [システム関数](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/systemfunc.md)
- [millis()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/systemfunc/millis.md)
- [delay()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/systemfunc/delay.md)
- [delayMicroseconds()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/systemfunc/delaymicroseconds.md)
- [random()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/systemfunc/random.md)
- [DIO 汎用ディジタルIO](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/dio.md)
- [pinMode()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/dio/pinmode.md)
- [digitalWrite()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/dio/digitalwrite.md)
- [digitalRead()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/dio/digitalread.md)
- [attachIntDio()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/dio/attachintdio.md)
- [detachIntDio()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/dio/detachintdio.md)
- [digitalReadBitmap()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/dio/digitalreadbitmap.md)
- [ユーティリティ関数](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/utility.md)
- [pack\_bits()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/utility/pack_bits.md)
- [collect\_bits()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/utility/collect_bits.md)
- [pack\_bytes()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/utility/pack_bytes.md)
- [expand\_bytes()](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/utility/expand_bytes.md)
- [CRC8, XOR, LRC](https://mwx.twelite.info/v0.1.5/api-reference/functions-1/utility/aaa.md)
- [ボード (BRD)](https://mwx.twelite.info/v0.1.5/boards.md): Board behaviors
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/v0.1.5/boards/brd_apptwelite.md)
- [\<MONOSTICK>](https://mwx.twelite.info/v0.1.5/boards/less-than-monostick-greater-than.md)
- [PAL](https://mwx.twelite.info/v0.1.5/boards/pal.md)
- [\<PAL\_AMB>](https://mwx.twelite.info/v0.1.5/boards/pal/pal_amb.md)
- [\<PAL\_MAG>](https://mwx.twelite.info/v0.1.5/boards/pal/pal_mag.md)
- [\<PAL\_MOT>](https://mwx.twelite.info/v0.1.5/boards/pal/pal_mot.md)
- [センサー (SNS)](https://mwx.twelite.info/v0.1.5/sensor_object.md): Sensor behaviors
- [SHTC3 - 温湿度センサー](https://mwx.twelite.info/v0.1.5/sensor_object/shtc3.md)
- [LTR-308ALS - 照度センサー](https://mwx.twelite.info/v0.1.5/sensor_object/ltr-308als.md)
- [MC3630 - 加速度センサー](https://mwx.twelite.info/v0.1.5/sensor_object/mc3630.md)
- [ネットワーク (NWK)](https://mwx.twelite.info/v0.1.5/networks.md): Network behaviors
- [シンプル中継ネット \<NWK\_SIMPLE>](https://mwx.twelite.info/v0.1.5/networks/nwk_simple.md)
- [設定 （STG） - インタラクティブモード](https://mwx.twelite.info/v0.1.5/settings.md): 設定ビヘイビア
- [\<STG\_STD>](https://mwx.twelite.info/v0.1.5/settings/stg_std.md)

## v0.1.6

- [The MWX Library](https://mwx.twelite.info/v0.1.6/master.md): Mono Wireless C++ Library for TWELITE.
- [改版履歴](https://mwx.twelite.info/v0.1.6/revisions.md)
- [MWXライブラリについて](https://mwx.twelite.info/v0.1.6/about_mwx.md)
- [License](https://mwx.twelite.info/v0.1.6/about_mwx/license.md)
- [用語](https://mwx.twelite.info/v0.1.6/about_mwx/terms.md)
- [設計情報](https://mwx.twelite.info/v0.1.6/about_mwx/design_policy.md)
- [インストール・ビルド](https://mwx.twelite.info/v0.1.6/install_n_build.md): Install and Build
- [環境 (OSなど)](https://mwx.twelite.info/v0.1.6/install_n_build/environment.md)
- [TWELITE SDK のインストール](https://mwx.twelite.info/v0.1.6/install_n_build/install_sdk.md)
- [VS Codeのインストール](https://mwx.twelite.info/v0.1.6/install_n_build/install_vscode.md)
- [アクトのビルド](https://mwx.twelite.info/v0.1.6/install_n_build/building-act.md)
- [アクトの実行](https://mwx.twelite.info/v0.1.6/install_n_build/runtheact.md)
- [tweterm.py](https://mwx.twelite.info/v0.1.6/install_n_build/runtheact/tweterm.py.md)
- [新しいプロジェクトの作成](https://mwx.twelite.info/v0.1.6/install_n_build/create_new_project.md)
- [ビルド定義 Makefile](https://mwx.twelite.info/v0.1.6/install_n_build/makefile.md)
- [サンプルアクト](https://mwx.twelite.info/v0.1.6/act_samples.md): Sample Acts
- [act0 .. 4](https://mwx.twelite.info/v0.1.6/act_samples/act_opening.md)
- [BRD\_APPTWELITE](https://mwx.twelite.info/v0.1.6/act_samples/brd_apptwelite.md): IO通信(標準アプリケーションApp\_Tweliteの基本機能)
- [PingPong](https://mwx.twelite.info/v0.1.6/act_samples/pingpong.md)
- [Parent\_MONOSTICK](https://mwx.twelite.info/v0.1.6/act_samples/parent_monostick.md): 親機アプリケーション(MONOSTICK用)
- [PAL\_AMB](https://mwx.twelite.info/v0.1.6/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/v0.1.6/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.6/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/v0.1.6/act_samples/pal_mag.md)
- [PAL\_MOT](https://mwx.twelite.info/v0.1.6/act_samples/pal_mot.md)
- [PAL\_MOT-oneshot](https://mwx.twelite.info/v0.1.6/act_samples/pal_mot-oneshot.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.6/act_samples/pulsecounter.md)
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/v0.1.6/act_samples/slp_wk_and_tx.md)
- [WirelessUART](https://mwx.twelite.info/v0.1.6/act_samples/wirelessuart.md)
- [Scratch](https://mwx.twelite.info/v0.1.6/act_samples/scratch.md)
- [Unit\_???](https://mwx.twelite.info/v0.1.6/act_samples/unit_acts.md)
- [API](https://mwx.twelite.info/v0.1.6/api-reference.md): Act/behavior Programming Interface
- [定義](https://mwx.twelite.info/v0.1.6/api-reference/defs.md)
- [クラスオブジェクト](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs.md)
- [the\_twelite](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/the_twelite.md): TWENET 利用の中核クラス (mwx::twenet)
- [Analogue](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/buttons.md): ディジタル入力管理クラス (mwx::periph\_buttons)
- [PulseCounter](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/pulsecounter.md): パルスカウンタ (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/serial.md): TWELITE の UART0 ポート  (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/serialparser.md): シリアルポート向き書式入力 (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/spi.md)
- [SPI (メンバ関数版)](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/spi/spi-member.md)
- [SPI (ヘルパークラス版)](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/spi/spi-helperclass.md)
- [TickTimer](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/ticktimer.md): システムタイマー (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/timers.md): タイマー, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/wire.md): 二線シリアル(I2C) master の読み書き (mwx::periph\_wire)
- [Wire (メンバ関数版)](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/wire/wire-member.md)
- [Wire (ヘルパークラス版)](https://mwx.twelite.info/v0.1.6/api-reference/predefined_objs/wire/wire-helperclass.md)
- [クラス](https://mwx.twelite.info/v0.1.6/api-reference/classes.md)
- [MWX\_APIRET](https://mwx.twelite.info/v0.1.6/api-reference/classes/mwx_apiret.md)
- [alloc](https://mwx.twelite.info/v0.1.6/api-reference/classes/alloc.md)
- [axis\_xyzt](https://mwx.twelite.info/v0.1.6/api-reference/classes/axis_xyzt.md)
- [packet\_rx](https://mwx.twelite.info/v0.1.6/api-reference/classes/packet_rx.md)
- [packet\_tx](https://mwx.twelite.info/v0.1.6/api-reference/classes/packet_tx.md)
- [serparser](https://mwx.twelite.info/v0.1.6/api-reference/classes/ser_parser.md): シリアル書式入出力 (mwx::serial\_parser)
- [smplbuf](https://mwx.twelite.info/v0.1.6/api-reference/classes/smplbuf.md)
- [smplbuf\_strm\_u8](https://mwx.twelite.info/v0.1.6/api-reference/classes/smplbuf/smplbuf_strm_u8.md)
- [smplque](https://mwx.twelite.info/v0.1.6/api-reference/classes/smplque.md)
- [mwx::stream](https://mwx.twelite.info/v0.1.6/api-reference/classes/twe-stream.md): 入出力ストリーム
- [format (mwx::mwx\_format)](https://mwx.twelite.info/v0.1.6/api-reference/classes/twe-stream/twe-fmt.md): mwx::stream に printf の書式を入力
- [mwx::bigendian](https://mwx.twelite.info/v0.1.6/api-reference/classes/twe-stream/twe-bigendian.md): twe::stream にビッグエンディアン順で数値型のデータを出力する
- [mwx::crlf](https://mwx.twelite.info/v0.1.6/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/v0.1.6/api-reference/classes/twe-stream/twe-flush.md): twe::stream へのバッファ出力をフラッシュする。
- [コールバック関数](https://mwx.twelite.info/v0.1.6/api-reference/functions.md)
- [setup()](https://mwx.twelite.info/v0.1.6/api-reference/functions/setup.md)
- [begin()](https://mwx.twelite.info/v0.1.6/api-reference/functions/begin.md)
- [loop()](https://mwx.twelite.info/v0.1.6/api-reference/functions/loop.md)
- [wakeup()](https://mwx.twelite.info/v0.1.6/api-reference/functions/wakeup.md)
- [init\_coldboot()](https://mwx.twelite.info/v0.1.6/api-reference/functions/init_coldboot.md)
- [init\_warmboot()](https://mwx.twelite.info/v0.1.6/api-reference/functions/init_warmboot.md)
- [ビヘイビア](https://mwx.twelite.info/v0.1.6/api-reference/behavior.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.6/api-reference/behavior/pal_amb-behavior.md)
- [関数](https://mwx.twelite.info/v0.1.6/api-reference/functions-1.md)
- [システム関数](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/systemfunc.md)
- [millis()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/systemfunc/millis.md)
- [delay()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/systemfunc/delay.md)
- [delayMicroseconds()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/systemfunc/delaymicroseconds.md)
- [random()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/systemfunc/random.md)
- [DIO 汎用ディジタルIO](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/dio.md)
- [pinMode()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/dio/pinmode.md)
- [digitalWrite()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/dio/digitalwrite.md)
- [digitalRead()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/dio/digitalread.md)
- [attachIntDio()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/dio/attachintdio.md)
- [detachIntDio()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/dio/detachintdio.md)
- [digitalReadBitmap()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/dio/digitalreadbitmap.md)
- [ユーティリティ関数](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility.md)
- [Printf utils](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/printf-utils.md)
- [pack\_bits()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/pack_bits.md)
- [collect\_bits()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/collect_bits.md)
- [Byte array utils](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/byte-array-utils.md)
- [pack\_bytes()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/pack_bytes.md)
- [expand\_bytes()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/expand_bytes.md)
- [CRC8, XOR, LRC](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/aaa.md)
- [div100()](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/div100.md)
- [Scale utils](https://mwx.twelite.info/v0.1.6/api-reference/functions-1/utility/scale-utils.md)
- [ボード (BRD)](https://mwx.twelite.info/v0.1.6/boards.md): Board behaviors
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/v0.1.6/boards/brd_apptwelite.md)
- [\<MONOSTICK>](https://mwx.twelite.info/v0.1.6/boards/less-than-monostick-greater-than.md)
- [PAL](https://mwx.twelite.info/v0.1.6/boards/pal.md)
- [\<PAL\_AMB>](https://mwx.twelite.info/v0.1.6/boards/pal/pal_amb.md)
- [\<PAL\_MAG>](https://mwx.twelite.info/v0.1.6/boards/pal/pal_mag.md)
- [\<PAL\_MOT>](https://mwx.twelite.info/v0.1.6/boards/pal/pal_mot.md)
- [\<PAL\_NOTICE>](https://mwx.twelite.info/v0.1.6/boards/pal/pal_notice.md)
- [センサー・デバイス (SNS)](https://mwx.twelite.info/v0.1.6/sensor_object.md): Sensor behaviors
- [SHTC3 - 温湿度センサー](https://mwx.twelite.info/v0.1.6/sensor_object/shtc3.md)
- [SHT3x - 温湿度センサー](https://mwx.twelite.info/v0.1.6/sensor_object/sht3x-sens.md)
- [LTR-308ALS - 照度センサー](https://mwx.twelite.info/v0.1.6/sensor_object/ltr-308als.md)
- [MC3630 - 加速度センサー](https://mwx.twelite.info/v0.1.6/sensor_object/mc3630.md)
- [BMx280 - 環境センサー](https://mwx.twelite.info/v0.1.6/sensor_object/bme280bmp280-sens.md)
- [PCA9632 - LEDドライバ](https://mwx.twelite.info/v0.1.6/sensor_object/pca9632-leddoraiba.md)
- [ネットワーク (NWK)](https://mwx.twelite.info/v0.1.6/networks.md): Network behaviors
- [シンプル中継ネット \<NWK\_SIMPLE>](https://mwx.twelite.info/v0.1.6/networks/nwk_simple.md)
- [設定 （STG） - インタラクティブモード](https://mwx.twelite.info/v0.1.6/settings.md): 設定ビヘイビア
- [\<STG\_STD>](https://mwx.twelite.info/v0.1.6/settings/stg_std.md)

## v0.1.7

- [The MWX Library](https://mwx.twelite.info/v0.1.7/master.md): Mono Wireless C++ Library for TWELITE.
- [改版履歴](https://mwx.twelite.info/v0.1.7/revisions.md)
- [MWXライブラリについて](https://mwx.twelite.info/v0.1.7/about_mwx.md)
- [License](https://mwx.twelite.info/v0.1.7/about_mwx/license.md)
- [用語](https://mwx.twelite.info/v0.1.7/about_mwx/terms.md)
- [設計情報](https://mwx.twelite.info/v0.1.7/about_mwx/design_policy.md)
- [インストール・ビルド](https://mwx.twelite.info/v0.1.7/install_n_build.md): Install and Build
- [環境 (OSなど)](https://mwx.twelite.info/v0.1.7/install_n_build/environment.md)
- [TWELITE SDK のインストール](https://mwx.twelite.info/v0.1.7/install_n_build/install_sdk.md)
- [VS Codeのインストール](https://mwx.twelite.info/v0.1.7/install_n_build/install_vscode.md)
- [TWELITE STAGE によるアクトの実行](https://mwx.twelite.info/v0.1.7/install_n_build/run-act-stage.md)
- [アクトのビルド](https://mwx.twelite.info/v0.1.7/install_n_build/building-act.md)
- [ディレクトリ構成](https://mwx.twelite.info/v0.1.7/install_n_build/building-act/build-dir.md)
- [コマンドラインによるビルド](https://mwx.twelite.info/v0.1.7/install_n_build/building-act/build-cmd-line.md)
- [VS Codeでのビルド](https://mwx.twelite.info/v0.1.7/install_n_build/building-act/build-vscode.md)
- [WSLでのビルド](https://mwx.twelite.info/v0.1.7/install_n_build/building-act/build-vscode-1.md)
- [アクトの書換・実行](https://mwx.twelite.info/v0.1.7/install_n_build/runtheact.md)
- [TWE-Programmer](https://mwx.twelite.info/v0.1.7/install_n_build/runtheact/twe-programmer.md)
- [tweterm.py](https://mwx.twelite.info/v0.1.7/install_n_build/runtheact/tweterm.py.md)
- [新しいプロジェクトの作成](https://mwx.twelite.info/v0.1.7/install_n_build/create_new_project.md)
- [ビルド定義 Makefile](https://mwx.twelite.info/v0.1.7/install_n_build/makefile.md)
- [他のプラットフォーム](https://mwx.twelite.info/v0.1.7/install_n_build/nopurattofmu.md)
- [サンプルアクト](https://mwx.twelite.info/v0.1.7/act_samples.md): Sample Acts
- [act0 .. 4](https://mwx.twelite.info/v0.1.7/act_samples/act_opening.md)
- [BRD\_APPTWELITE](https://mwx.twelite.info/v0.1.7/act_samples/brd_apptwelite.md): IO通信(標準アプリケーションApp\_Tweliteの基本機能)
- [PingPong](https://mwx.twelite.info/v0.1.7/act_samples/pingpong.md)
- [Parent\_MONOSTICK](https://mwx.twelite.info/v0.1.7/act_samples/parent_monostick.md): 親機アプリケーション(MONOSTICK用)
- [PAL\_AMB](https://mwx.twelite.info/v0.1.7/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/v0.1.7/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.7/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/v0.1.7/act_samples/pal_mag.md)
- [PAL\_MOT](https://mwx.twelite.info/v0.1.7/act_samples/pal_mot.md)
- [PAL\_MOT-oneshot](https://mwx.twelite.info/v0.1.7/act_samples/pal_mot-oneshot.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.7/act_samples/pulsecounter.md)
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/v0.1.7/act_samples/slp_wk_and_tx.md)
- [WirelessUART](https://mwx.twelite.info/v0.1.7/act_samples/wirelessuart.md)
- [Scratch](https://mwx.twelite.info/v0.1.7/act_samples/scratch.md)
- [Unit\_???](https://mwx.twelite.info/v0.1.7/act_samples/unit_acts.md)
- [API](https://mwx.twelite.info/v0.1.7/api-reference.md): Act/behavior Programming Interface
- [定義](https://mwx.twelite.info/v0.1.7/api-reference/defs.md)
- [クラスオブジェクト](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs.md)
- [the\_twelite](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/the_twelite.md): TWENET 利用の中核クラス (mwx::twenet)
- [Analogue](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/buttons.md): ディジタル入力管理クラス (mwx::periph\_buttons)
- [EEPROM](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/eeprom.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/pulsecounter.md): パルスカウンタ (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/serial.md): TWELITE の UART0 ポート  (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/serialparser.md): シリアルポート向き書式入力 (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/spi.md)
- [SPI (メンバ関数版)](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/spi/spi-member.md)
- [SPI (ヘルパークラス版)](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/spi/spi-helperclass.md)
- [TickTimer](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/ticktimer.md): システムタイマー (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/timers.md): タイマー, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/wire.md): 二線シリアル(I2C) master の読み書き (mwx::periph\_wire)
- [Wire (メンバ関数版)](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/wire/wire-member.md)
- [Wire (ヘルパークラス版)](https://mwx.twelite.info/v0.1.7/api-reference/predefined_objs/wire/wire-helperclass.md)
- [クラス](https://mwx.twelite.info/v0.1.7/api-reference/classes.md)
- [MWX\_APIRET](https://mwx.twelite.info/v0.1.7/api-reference/classes/mwx_apiret.md)
- [alloc](https://mwx.twelite.info/v0.1.7/api-reference/classes/alloc.md)
- [axis\_xyzt](https://mwx.twelite.info/v0.1.7/api-reference/classes/axis_xyzt.md)
- [packet\_rx](https://mwx.twelite.info/v0.1.7/api-reference/classes/packet_rx.md)
- [packet\_tx](https://mwx.twelite.info/v0.1.7/api-reference/classes/packet_tx.md)
- [serparser](https://mwx.twelite.info/v0.1.7/api-reference/classes/ser_parser.md): シリアル書式入出力 (mwx::serial\_parser)
- [pktparser](https://mwx.twelite.info/v0.1.7/api-reference/classes/pktparser.md)
- [E\_PKT](https://mwx.twelite.info/v0.1.7/api-reference/classes/pktparser/e_pkt.md): パケット種別定義
- [idenify\_packet\_type()](https://mwx.twelite.info/v0.1.7/api-reference/classes/pktparser/idenify_packet_type.md)
- [TwePacket](https://mwx.twelite.info/v0.1.7/api-reference/classes/pktparser/twepacket.md)
- [TwePacketTwelite](https://mwx.twelite.info/v0.1.7/api-reference/classes/pktparser/twepacket/twepackettwelite.md)
- [TwePacketIO](https://mwx.twelite.info/v0.1.7/api-reference/classes/pktparser/twepacket/twepacketio.md)
- [TwePacketUART](https://mwx.twelite.info/v0.1.7/api-reference/classes/pktparser/twepacket/twepacketuart.md)
- [TwePacketPAL](https://mwx.twelite.info/v0.1.7/api-reference/classes/pktparser/twepacket/twepacketpal.md)
- [smplbuf](https://mwx.twelite.info/v0.1.7/api-reference/classes/smplbuf.md)
- [.get\_stream\_helper()](https://mwx.twelite.info/v0.1.7/api-reference/classes/smplbuf/get_stream_helper.md)
- [smplbuf\_strm\_u8](https://mwx.twelite.info/v0.1.7/api-reference/classes/smplbuf/smplbuf_strm_u8.md)
- [smplque](https://mwx.twelite.info/v0.1.7/api-reference/classes/smplque.md)
- [mwx::stream](https://mwx.twelite.info/v0.1.7/api-reference/classes/twe-stream.md): 入出力ストリーム
- [format (mwx::mwx\_format)](https://mwx.twelite.info/v0.1.7/api-reference/classes/twe-stream/twe-fmt.md): mwx::stream に printf の書式を入力
- [mwx::bigendian](https://mwx.twelite.info/v0.1.7/api-reference/classes/twe-stream/twe-bigendian.md): twe::stream にビッグエンディアン順で数値型のデータを出力する
- [mwx::crlf](https://mwx.twelite.info/v0.1.7/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/v0.1.7/api-reference/classes/twe-stream/twe-flush.md): twe::stream へのバッファ出力をフラッシュする。
- [stream\_helper](https://mwx.twelite.info/v0.1.7/api-reference/classes/twe-stream/stream_helper.md)
- [コールバック関数](https://mwx.twelite.info/v0.1.7/api-reference/functions.md)
- [setup()](https://mwx.twelite.info/v0.1.7/api-reference/functions/setup.md)
- [begin()](https://mwx.twelite.info/v0.1.7/api-reference/functions/begin.md)
- [loop()](https://mwx.twelite.info/v0.1.7/api-reference/functions/loop.md)
- [wakeup()](https://mwx.twelite.info/v0.1.7/api-reference/functions/wakeup.md)
- [init\_coldboot()](https://mwx.twelite.info/v0.1.7/api-reference/functions/init_coldboot.md)
- [init\_warmboot()](https://mwx.twelite.info/v0.1.7/api-reference/functions/init_warmboot.md)
- [ビヘイビア](https://mwx.twelite.info/v0.1.7/api-reference/behavior.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.7/api-reference/behavior/pal_amb-behavior.md)
- [関数](https://mwx.twelite.info/v0.1.7/api-reference/functions-1.md)
- [システム関数](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/systemfunc.md)
- [millis()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/systemfunc/millis.md)
- [delay()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/systemfunc/delay.md)
- [delayMicroseconds()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/systemfunc/delaymicroseconds.md)
- [random()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/systemfunc/random.md)
- [DIO 汎用ディジタルIO](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/dio.md)
- [pinMode()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/dio/pinmode.md)
- [digitalWrite()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/dio/digitalwrite.md)
- [digitalRead()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/dio/digitalread.md)
- [attachIntDio()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/dio/attachintdio.md)
- [detachIntDio()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/dio/detachintdio.md)
- [digitalReadBitmap()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/dio/digitalreadbitmap.md)
- [ユーティリティ関数](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility.md)
- [Printf utils](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/printf-utils.md)
- [pack\_bits()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/pack_bits.md)
- [collect\_bits()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/collect_bits.md)
- [Byte array utils](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/byte-array-utils.md)
- [pack\_bytes()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/pack_bytes.md)
- [expand\_bytes()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/expand_bytes.md)
- [CRC8, XOR, LRC](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/aaa.md)
- [div100()](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/div100.md)
- [Scale utils](https://mwx.twelite.info/v0.1.7/api-reference/functions-1/utility/scale-utils.md)
- [ボード (BRD)](https://mwx.twelite.info/v0.1.7/boards.md): Board behaviors
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/v0.1.7/boards/brd_apptwelite.md)
- [\<MONOSTICK>](https://mwx.twelite.info/v0.1.7/boards/less-than-monostick-greater-than.md)
- [PAL](https://mwx.twelite.info/v0.1.7/boards/pal.md)
- [\<PAL\_AMB>](https://mwx.twelite.info/v0.1.7/boards/pal/pal_amb.md)
- [\<PAL\_MAG>](https://mwx.twelite.info/v0.1.7/boards/pal/pal_mag.md)
- [\<PAL\_MOT>](https://mwx.twelite.info/v0.1.7/boards/pal/pal_mot.md)
- [\<PAL\_NOTICE>](https://mwx.twelite.info/v0.1.7/boards/pal/pal_notice.md)
- [\<CUE>](https://mwx.twelite.info/v0.1.7/boards/cue.md)
- [センサー・デバイス (SNS)](https://mwx.twelite.info/v0.1.7/sensor_object.md): Sensor behaviors
- [SHTC3 - 温湿度センサー](https://mwx.twelite.info/v0.1.7/sensor_object/shtc3.md)
- [SHT3x - 温湿度センサー](https://mwx.twelite.info/v0.1.7/sensor_object/sht3x-sens.md)
- [LTR-308ALS - 照度センサー](https://mwx.twelite.info/v0.1.7/sensor_object/ltr-308als.md)
- [MC3630 - 加速度センサー](https://mwx.twelite.info/v0.1.7/sensor_object/mc3630.md)
- [BMx280 - 環境センサー](https://mwx.twelite.info/v0.1.7/sensor_object/bme280bmp280-sens.md)
- [PCA9632 - LEDドライバ](https://mwx.twelite.info/v0.1.7/sensor_object/pca9632-leddoraiba.md)
- [ネットワーク (NWK)](https://mwx.twelite.info/v0.1.7/networks.md): Network behaviors
- [シンプル中継ネット \<NWK\_SIMPLE>](https://mwx.twelite.info/v0.1.7/networks/nwk_simple.md)
- [設定 （STG） - インタラクティブモード](https://mwx.twelite.info/v0.1.7/settings.md): 設定ビヘイビア
- [\<STG\_STD>](https://mwx.twelite.info/v0.1.7/settings/stg_std.md)

## v0.1.8

- [The MWX Library](https://mwx.twelite.info/v0.1.8/master.md): Mono Wireless C++ Library for TWELITE.
- [改版履歴](https://mwx.twelite.info/v0.1.8/revisions.md)
- [MWXライブラリについて](https://mwx.twelite.info/v0.1.8/about_mwx.md)
- [License](https://mwx.twelite.info/v0.1.8/about_mwx/license.md)
- [用語](https://mwx.twelite.info/v0.1.8/about_mwx/terms.md)
- [設計情報](https://mwx.twelite.info/v0.1.8/about_mwx/design_policy.md)
- [インストール・ビルド](https://mwx.twelite.info/v0.1.8/install_n_build.md): Install and Build
- [環境 (OSなど)](https://mwx.twelite.info/v0.1.8/install_n_build/environment.md)
- [TWELITE SDK のインストール](https://mwx.twelite.info/v0.1.8/install_n_build/install_sdk.md)
- [VS Codeのインストール](https://mwx.twelite.info/v0.1.8/install_n_build/install_vscode.md)
- [アクトのビルド](https://mwx.twelite.info/v0.1.8/install_n_build/building-act.md)
- [アクトの実行](https://mwx.twelite.info/v0.1.8/install_n_build/runtheact.md)
- [tweterm.py](https://mwx.twelite.info/v0.1.8/install_n_build/runtheact/tweterm.py.md)
- [新しいプロジェクトの作成](https://mwx.twelite.info/v0.1.8/install_n_build/create_new_project.md)
- [ビルド定義 Makefile](https://mwx.twelite.info/v0.1.8/install_n_build/makefile.md)
- [他のプラットフォーム](https://mwx.twelite.info/v0.1.8/install_n_build/nopurattofmu.md)
- [サンプルアクト](https://mwx.twelite.info/v0.1.8/act_samples.md): Sample Acts
- [act0 .. 4](https://mwx.twelite.info/v0.1.8/act_samples/act_opening.md)
- [Scratch](https://mwx.twelite.info/v0.1.8/act_samples/scratch.md)
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/v0.1.8/act_samples/slp_wk_and_tx.md)
- [Parent\_MONOSTICK](https://mwx.twelite.info/v0.1.8/act_samples/parent_monostick.md): 親機アプリケーション(MONOSTICK用)
- [PingPong](https://mwx.twelite.info/v0.1.8/act_samples/pingpong.md)
- [BRD\_APPTWELITE](https://mwx.twelite.info/v0.1.8/act_samples/brd_apptwelite.md): IO通信(標準アプリケーションApp\_Tweliteの基本機能)
- [PAL\_AMB](https://mwx.twelite.info/v0.1.8/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/v0.1.8/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-bhv](https://mwx.twelite.info/v0.1.8/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/v0.1.8/act_samples/pal_mag.md)
- [PAL\_MOT-single](https://mwx.twelite.info/v0.1.8/act_samples/pal_mot-oneshot.md)
- [PAL\_MOT-fifo](https://mwx.twelite.info/v0.1.8/act_samples/pal_mot.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.8/act_samples/pulsecounter.md)
- [WirelessUART](https://mwx.twelite.info/v0.1.8/act_samples/wirelessuart.md)
- [Unit\_???](https://mwx.twelite.info/v0.1.8/act_samples/unit_acts.md)
- [API](https://mwx.twelite.info/v0.1.8/api-reference.md): Act/behavior Programming Interface
- [定義](https://mwx.twelite.info/v0.1.8/api-reference/defs.md)
- [クラスオブジェクト](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs.md)
- [the\_twelite](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/the_twelite.md): TWENET 利用の中核クラス (mwx::twenet)
- [Analogue](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/buttons.md): ディジタル入力管理クラス (mwx::periph\_buttons)
- [EEPROM](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/eeprom.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/pulsecounter.md): パルスカウンタ (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/serial.md): TWELITE の UART0 ポート  (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/serialparser.md): シリアルポート向き書式入力 (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/spi.md)
- [SPI (メンバ関数版)](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/spi/spi-member.md)
- [SPI (ヘルパークラス版)](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/spi/spi-helperclass.md)
- [TickTimer](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/ticktimer.md): システムタイマー (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/timers.md): タイマー, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/wire.md): 二線シリアル(I2C) master の読み書き (mwx::periph\_wire)
- [Wire (メンバ関数版)](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/wire/wire-member.md)
- [Wire (ヘルパークラス版)](https://mwx.twelite.info/v0.1.8/api-reference/predefined_objs/wire/wire-helperclass.md)
- [クラス](https://mwx.twelite.info/v0.1.8/api-reference/classes.md)
- [MWX\_APIRET](https://mwx.twelite.info/v0.1.8/api-reference/classes/mwx_apiret.md)
- [alloc](https://mwx.twelite.info/v0.1.8/api-reference/classes/alloc.md)
- [axis\_xyzt](https://mwx.twelite.info/v0.1.8/api-reference/classes/axis_xyzt.md)
- [packet\_rx](https://mwx.twelite.info/v0.1.8/api-reference/classes/packet_rx.md)
- [packet\_tx](https://mwx.twelite.info/v0.1.8/api-reference/classes/packet_tx.md)
- [serparser](https://mwx.twelite.info/v0.1.8/api-reference/classes/ser_parser.md): シリアル書式入出力 (mwx::serial\_parser)
- [pktparser](https://mwx.twelite.info/v0.1.8/api-reference/classes/pktparser.md)
- [E\_PKT](https://mwx.twelite.info/v0.1.8/api-reference/classes/pktparser/e_pkt.md): パケット種別定義
- [idenify\_packet\_type()](https://mwx.twelite.info/v0.1.8/api-reference/classes/pktparser/idenify_packet_type.md)
- [TwePacket](https://mwx.twelite.info/v0.1.8/api-reference/classes/pktparser/twepacket.md)
- [TwePacketTwelite](https://mwx.twelite.info/v0.1.8/api-reference/classes/pktparser/twepacket/twepackettwelite.md)
- [TwePacketIO](https://mwx.twelite.info/v0.1.8/api-reference/classes/pktparser/twepacket/twepacketio.md)
- [TwePacketUART](https://mwx.twelite.info/v0.1.8/api-reference/classes/pktparser/twepacket/twepacketuart.md)
- [TwePacketPAL](https://mwx.twelite.info/v0.1.8/api-reference/classes/pktparser/twepacket/twepacketpal.md)
- [smplbuf](https://mwx.twelite.info/v0.1.8/api-reference/classes/smplbuf.md)
- [.get\_stream\_helper()](https://mwx.twelite.info/v0.1.8/api-reference/classes/smplbuf/get_stream_helper.md)
- [smplbuf\_strm\_u8](https://mwx.twelite.info/v0.1.8/api-reference/classes/smplbuf/smplbuf_strm_u8.md)
- [smplque](https://mwx.twelite.info/v0.1.8/api-reference/classes/smplque.md)
- [mwx::stream](https://mwx.twelite.info/v0.1.8/api-reference/classes/twe-stream.md): 入出力ストリーム
- [format (mwx::mwx\_format)](https://mwx.twelite.info/v0.1.8/api-reference/classes/twe-stream/twe-fmt.md): mwx::stream に printf の書式を入力
- [mwx::bigendian](https://mwx.twelite.info/v0.1.8/api-reference/classes/twe-stream/twe-bigendian.md): twe::stream にビッグエンディアン順で数値型のデータを出力する
- [mwx::crlf](https://mwx.twelite.info/v0.1.8/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/v0.1.8/api-reference/classes/twe-stream/twe-flush.md): twe::stream へのバッファ出力をフラッシュする。
- [stream\_helper](https://mwx.twelite.info/v0.1.8/api-reference/classes/twe-stream/stream_helper.md)
- [SM\_SIMPLE ステートマシン](https://mwx.twelite.info/v0.1.8/api-reference/classes/smsimple-suttomashin.md)
- [コールバック関数](https://mwx.twelite.info/v0.1.8/api-reference/functions.md)
- [setup()](https://mwx.twelite.info/v0.1.8/api-reference/functions/setup.md)
- [begin()](https://mwx.twelite.info/v0.1.8/api-reference/functions/begin.md)
- [loop()](https://mwx.twelite.info/v0.1.8/api-reference/functions/loop.md)
- [wakeup()](https://mwx.twelite.info/v0.1.8/api-reference/functions/wakeup.md)
- [init\_coldboot()](https://mwx.twelite.info/v0.1.8/api-reference/functions/init_coldboot.md)
- [init\_warmboot()](https://mwx.twelite.info/v0.1.8/api-reference/functions/init_warmboot.md)
- [ビヘイビア](https://mwx.twelite.info/v0.1.8/api-reference/behavior.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.8/api-reference/behavior/pal_amb-behavior.md)
- [関数](https://mwx.twelite.info/v0.1.8/api-reference/functions-1.md)
- [システム関数](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/systemfunc.md)
- [millis()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/systemfunc/millis.md)
- [delay()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/systemfunc/delay.md)
- [delayMicroseconds()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/systemfunc/delaymicroseconds.md)
- [random()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/systemfunc/random.md)
- [DIO 汎用ディジタルIO](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/dio.md)
- [pinMode()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/dio/pinmode.md)
- [digitalWrite()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/dio/digitalwrite.md)
- [digitalRead()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/dio/digitalread.md)
- [attachIntDio()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/dio/attachintdio.md)
- [detachIntDio()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/dio/detachintdio.md)
- [digitalReadBitmap()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/dio/digitalreadbitmap.md)
- [ユーティリティ関数](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility.md)
- [Printf utils](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/printf-utils.md)
- [pack\_bits()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/pack_bits.md)
- [collect\_bits()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/collect_bits.md)
- [Byte array utils](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/byte-array-utils.md)
- [pack\_bytes()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/pack_bytes.md)
- [expand\_bytes()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/expand_bytes.md)
- [CRC8, XOR, LRC](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/aaa.md)
- [div100()](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/div100.md)
- [Scale utils](https://mwx.twelite.info/v0.1.8/api-reference/functions-1/utility/scale-utils.md)
- [ボード (BRD)](https://mwx.twelite.info/v0.1.8/boards.md): Board behaviors
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/v0.1.8/boards/brd_apptwelite.md)
- [\<MONOSTICK>](https://mwx.twelite.info/v0.1.8/boards/less-than-monostick-greater-than.md)
- [PAL](https://mwx.twelite.info/v0.1.8/boards/pal.md)
- [\<PAL\_AMB>](https://mwx.twelite.info/v0.1.8/boards/pal/pal_amb.md)
- [\<PAL\_MAG>](https://mwx.twelite.info/v0.1.8/boards/pal/pal_mag.md)
- [\<PAL\_MOT>](https://mwx.twelite.info/v0.1.8/boards/pal/pal_mot.md)
- [\<PAL\_NOTICE>](https://mwx.twelite.info/v0.1.8/boards/pal/pal_notice.md)
- [\<CUE>](https://mwx.twelite.info/v0.1.8/boards/cue.md)
- [センサー・デバイス (SNS)](https://mwx.twelite.info/v0.1.8/sensor_object.md): Sensor behaviors
- [SHTC3 - 温湿度センサー](https://mwx.twelite.info/v0.1.8/sensor_object/shtc3.md)
- [SHT3x - 温湿度センサー](https://mwx.twelite.info/v0.1.8/sensor_object/sht3x-sens.md)
- [LTR-308ALS - 照度センサー](https://mwx.twelite.info/v0.1.8/sensor_object/ltr-308als.md)
- [MC3630 - 加速度センサー](https://mwx.twelite.info/v0.1.8/sensor_object/mc3630.md)
- [BMx280 - 環境センサー](https://mwx.twelite.info/v0.1.8/sensor_object/bme280bmp280-sens.md)
- [PCA9632 - LEDドライバ](https://mwx.twelite.info/v0.1.8/sensor_object/pca9632-leddoraiba.md)
- [ネットワーク (NWK)](https://mwx.twelite.info/v0.1.8/networks.md): Network behaviors
- [シンプル中継ネット \<NWK\_SIMPLE>](https://mwx.twelite.info/v0.1.8/networks/nwk_simple.md)
- [設定 （STG） - インタラクティブモード](https://mwx.twelite.info/v0.1.8/settings.md): 設定ビヘイビア
- [\<STG\_STD>](https://mwx.twelite.info/v0.1.8/settings/stg_std.md)

## v0.1.9

- [The MWX Library](https://mwx.twelite.info/v0.1.9/master.md): Mono Wireless C++ Library for TWELITE.
- [改版履歴](https://mwx.twelite.info/v0.1.9/revisions.md)
- [MWXライブラリについて](https://mwx.twelite.info/v0.1.9/about_mwx.md)
- [License](https://mwx.twelite.info/v0.1.9/about_mwx/license.md)
- [用語](https://mwx.twelite.info/v0.1.9/about_mwx/terms.md)
- [設計情報](https://mwx.twelite.info/v0.1.9/about_mwx/design_policy.md)
- [インストール・ビルド](https://mwx.twelite.info/v0.1.9/install_n_build.md): Install and Build
- [環境 (OSなど)](https://mwx.twelite.info/v0.1.9/install_n_build/environment.md)
- [TWELITE SDK のインストール](https://mwx.twelite.info/v0.1.9/install_n_build/install_sdk.md)
- [VS Codeのインストール](https://mwx.twelite.info/v0.1.9/install_n_build/install_vscode.md)
- [アクトのビルド](https://mwx.twelite.info/v0.1.9/install_n_build/building-act.md)
- [アクトの実行](https://mwx.twelite.info/v0.1.9/install_n_build/runtheact.md)
- [tweterm.py](https://mwx.twelite.info/v0.1.9/install_n_build/runtheact/tweterm.py.md)
- [新しいプロジェクトの作成](https://mwx.twelite.info/v0.1.9/install_n_build/create_new_project.md)
- [ビルド定義 Makefile](https://mwx.twelite.info/v0.1.9/install_n_build/makefile.md)
- [他のプラットフォーム](https://mwx.twelite.info/v0.1.9/install_n_build/nopurattofmu.md)
- [サンプルアクト](https://mwx.twelite.info/v0.1.9/act_samples.md): Sample Acts
- [act0 .. 4](https://mwx.twelite.info/v0.1.9/act_samples/act_opening.md)
- [Scratch](https://mwx.twelite.info/v0.1.9/act_samples/scratch.md)
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/v0.1.9/act_samples/slp_wk_and_tx.md)
- [Parent\_MONOSTICK](https://mwx.twelite.info/v0.1.9/act_samples/parent_monostick.md): 親機アプリケーション(MONOSTICK用)
- [PingPong](https://mwx.twelite.info/v0.1.9/act_samples/pingpong.md)
- [BRD\_APPTWELITE](https://mwx.twelite.info/v0.1.9/act_samples/brd_apptwelite.md): IO通信(標準アプリケーションApp\_Tweliteの基本機能)
- [BRD\_ARIA](https://mwx.twelite.info/v0.1.9/act_samples/brd_aria.md)
- [PAL\_AMB](https://mwx.twelite.info/v0.1.9/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/v0.1.9/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-bhv](https://mwx.twelite.info/v0.1.9/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/v0.1.9/act_samples/pal_mag.md)
- [PAL\_MOT-single](https://mwx.twelite.info/v0.1.9/act_samples/pal_mot-oneshot.md)
- [PAL\_MOT-fifo](https://mwx.twelite.info/v0.1.9/act_samples/pal_mot.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.9/act_samples/pulsecounter.md)
- [WirelessUART](https://mwx.twelite.info/v0.1.9/act_samples/wirelessuart.md)
- [Unit\_???](https://mwx.twelite.info/v0.1.9/act_samples/unit_acts.md)
- [API](https://mwx.twelite.info/v0.1.9/api-reference.md): Act/behavior Programming Interface
- [定義](https://mwx.twelite.info/v0.1.9/api-reference/defs.md)
- [クラスオブジェクト](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs.md)
- [the\_twelite](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/the_twelite.md): TWENET 利用の中核クラス (mwx::twenet)
- [Analogue](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/buttons.md): ディジタル入力管理クラス (mwx::periph\_buttons)
- [EEPROM](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/eeprom.md)
- [PulseCounter](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/pulsecounter.md): パルスカウンタ (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/serial.md): TWELITE の UART0 ポート  (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/serialparser.md): シリアルポート向き書式入力 (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/spi.md)
- [SPI (メンバ関数版)](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/spi/spi-member.md)
- [SPI (ヘルパークラス版)](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/spi/spi-helperclass.md)
- [TickTimer](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/ticktimer.md): システムタイマー (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/timers.md): タイマー, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/wire.md): 二線シリアル(I2C) master の読み書き (mwx::periph\_wire)
- [Wire (メンバ関数版)](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/wire/wire-member.md)
- [Wire (ヘルパークラス版)](https://mwx.twelite.info/v0.1.9/api-reference/predefined_objs/wire/wire-helperclass.md)
- [クラス](https://mwx.twelite.info/v0.1.9/api-reference/classes.md)
- [MWX\_APIRET](https://mwx.twelite.info/v0.1.9/api-reference/classes/mwx_apiret.md)
- [alloc](https://mwx.twelite.info/v0.1.9/api-reference/classes/alloc.md)
- [axis\_xyzt](https://mwx.twelite.info/v0.1.9/api-reference/classes/axis_xyzt.md)
- [packet\_rx](https://mwx.twelite.info/v0.1.9/api-reference/classes/packet_rx.md)
- [packet\_tx](https://mwx.twelite.info/v0.1.9/api-reference/classes/packet_tx.md)
- [serparser](https://mwx.twelite.info/v0.1.9/api-reference/classes/ser_parser.md): シリアル書式入出力 (mwx::serial\_parser)
- [pktparser](https://mwx.twelite.info/v0.1.9/api-reference/classes/pktparser.md)
- [E\_PKT](https://mwx.twelite.info/v0.1.9/api-reference/classes/pktparser/e_pkt.md): パケット種別定義
- [idenify\_packet\_type()](https://mwx.twelite.info/v0.1.9/api-reference/classes/pktparser/idenify_packet_type.md)
- [TwePacket](https://mwx.twelite.info/v0.1.9/api-reference/classes/pktparser/twepacket.md)
- [TwePacketTwelite](https://mwx.twelite.info/v0.1.9/api-reference/classes/pktparser/twepacket/twepackettwelite.md)
- [TwePacketIO](https://mwx.twelite.info/v0.1.9/api-reference/classes/pktparser/twepacket/twepacketio.md)
- [TwePacketUART](https://mwx.twelite.info/v0.1.9/api-reference/classes/pktparser/twepacket/twepacketuart.md)
- [TwePacketPAL](https://mwx.twelite.info/v0.1.9/api-reference/classes/pktparser/twepacket/twepacketpal.md)
- [smplbuf](https://mwx.twelite.info/v0.1.9/api-reference/classes/smplbuf.md)
- [.get\_stream\_helper()](https://mwx.twelite.info/v0.1.9/api-reference/classes/smplbuf/get_stream_helper.md)
- [smplbuf\_strm\_u8](https://mwx.twelite.info/v0.1.9/api-reference/classes/smplbuf/smplbuf_strm_u8.md)
- [smplque](https://mwx.twelite.info/v0.1.9/api-reference/classes/smplque.md)
- [mwx::stream](https://mwx.twelite.info/v0.1.9/api-reference/classes/twe-stream.md): 入出力ストリーム
- [format (mwx::mwx\_format)](https://mwx.twelite.info/v0.1.9/api-reference/classes/twe-stream/twe-fmt.md): mwx::stream に printf の書式を入力
- [mwx::bigendian](https://mwx.twelite.info/v0.1.9/api-reference/classes/twe-stream/twe-bigendian.md): twe::stream にビッグエンディアン順で数値型のデータを出力する
- [mwx::crlf](https://mwx.twelite.info/v0.1.9/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/v0.1.9/api-reference/classes/twe-stream/twe-flush.md): twe::stream へのバッファ出力をフラッシュする。
- [stream\_helper](https://mwx.twelite.info/v0.1.9/api-reference/classes/twe-stream/stream_helper.md)
- [SM\_SIMPLE ステートマシン](https://mwx.twelite.info/v0.1.9/api-reference/classes/smsimple-suttomashin.md)
- [コールバック関数](https://mwx.twelite.info/v0.1.9/api-reference/functions.md)
- [setup()](https://mwx.twelite.info/v0.1.9/api-reference/functions/setup.md)
- [begin()](https://mwx.twelite.info/v0.1.9/api-reference/functions/begin.md)
- [loop()](https://mwx.twelite.info/v0.1.9/api-reference/functions/loop.md)
- [wakeup()](https://mwx.twelite.info/v0.1.9/api-reference/functions/wakeup.md)
- [init\_coldboot()](https://mwx.twelite.info/v0.1.9/api-reference/functions/init_coldboot.md)
- [init\_warmboot()](https://mwx.twelite.info/v0.1.9/api-reference/functions/init_warmboot.md)
- [ビヘイビア](https://mwx.twelite.info/v0.1.9/api-reference/behavior.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/v0.1.9/api-reference/behavior/pal_amb-behavior.md)
- [関数](https://mwx.twelite.info/v0.1.9/api-reference/functions-1.md)
- [システム関数](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/systemfunc.md)
- [millis()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/systemfunc/millis.md)
- [delay()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/systemfunc/delay.md)
- [delayMicroseconds()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/systemfunc/delaymicroseconds.md)
- [random()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/systemfunc/random.md)
- [DIO 汎用ディジタルIO](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/dio.md)
- [pinMode()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/dio/pinmode.md)
- [digitalWrite()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/dio/digitalwrite.md)
- [digitalRead()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/dio/digitalread.md)
- [attachIntDio()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/dio/attachintdio.md)
- [detachIntDio()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/dio/detachintdio.md)
- [digitalReadBitmap()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/dio/digitalreadbitmap.md)
- [ユーティリティ関数](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility.md)
- [Printf utils](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/printf-utils.md)
- [pack\_bits()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/pack_bits.md)
- [collect\_bits()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/collect_bits.md)
- [Byte array utils](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/byte-array-utils.md)
- [pack\_bytes()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/pack_bytes.md)
- [expand\_bytes()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/expand_bytes.md)
- [CRC8, XOR, LRC](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/aaa.md)
- [div100()](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/div100.md)
- [Scale utils](https://mwx.twelite.info/v0.1.9/api-reference/functions-1/utility/scale-utils.md)
- [ボード (BRD)](https://mwx.twelite.info/v0.1.9/boards.md): Board behaviors
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/v0.1.9/boards/brd_apptwelite.md)
- [\<MONOSTICK>](https://mwx.twelite.info/v0.1.9/boards/less-than-monostick-greater-than.md)
- [PAL](https://mwx.twelite.info/v0.1.9/boards/pal.md)
- [\<PAL\_AMB>](https://mwx.twelite.info/v0.1.9/boards/pal/pal_amb.md)
- [\<PAL\_MAG>](https://mwx.twelite.info/v0.1.9/boards/pal/pal_mag.md)
- [\<PAL\_MOT>](https://mwx.twelite.info/v0.1.9/boards/pal/pal_mot.md)
- [\<PAL\_NOTICE>](https://mwx.twelite.info/v0.1.9/boards/pal/pal_notice.md)
- [\<CUE>](https://mwx.twelite.info/v0.1.9/boards/cue.md)
- [\<ARIA>](https://mwx.twelite.info/v0.1.9/boards/aria.md)
- [センサー・デバイス (SNS)](https://mwx.twelite.info/v0.1.9/sensor_object.md): Sensor behaviors
- [SHTC3 - 温湿度センサー](https://mwx.twelite.info/v0.1.9/sensor_object/shtc3.md)
- [SHT3x - 温湿度センサー](https://mwx.twelite.info/v0.1.9/sensor_object/sht3x-sens.md)
- [LTR-308ALS - 照度センサー](https://mwx.twelite.info/v0.1.9/sensor_object/ltr-308als.md)
- [MC3630 - 加速度センサー](https://mwx.twelite.info/v0.1.9/sensor_object/mc3630.md)
- [BMx280 - 環境センサー](https://mwx.twelite.info/v0.1.9/sensor_object/bme280bmp280-sens.md)
- [PCA9632 - LEDドライバ](https://mwx.twelite.info/v0.1.9/sensor_object/pca9632-leddoraiba.md)
- [SHT4x - 温湿度センサー](https://mwx.twelite.info/v0.1.9/sensor_object/sht4x.md)
- [ネットワーク (NWK)](https://mwx.twelite.info/v0.1.9/networks.md): Network behaviors
- [シンプル中継ネット \<NWK\_SIMPLE>](https://mwx.twelite.info/v0.1.9/networks/nwk_simple.md)
- [設定 （STG） - インタラクティブモード](https://mwx.twelite.info/v0.1.9/settings.md): 設定ビヘイビア
- [\<STG\_STD>](https://mwx.twelite.info/v0.1.9/settings/stg_std.md)

## v0.2.0

- [The MWX Library](https://mwx.twelite.info/readme.md): Mono Wireless C++ Library for TWELITE.
- [改版履歴](https://mwx.twelite.info/revisions.md): 改版履歴
- [MWXライブラリについて](https://mwx.twelite.info/about_mwx.md): MWXライブラリについて
- [License](https://mwx.twelite.info/about_mwx/license.md): 保証・ライセンス
- [用語](https://mwx.twelite.info/about_mwx/terms.md): 用語
- [設計情報](https://mwx.twelite.info/about_mwx/design_policy.md): MWX ライブラリ内で用いる C++ 言語について、その仕様、制限事項、本書記載留意事項、設計メモを記載します。
- [インストール・ビルド](https://mwx.twelite.info/install_n_build.md): インストール・ビルド
- [環境 (OSなど)](https://mwx.twelite.info/install_n_build/1_environment.md): 環境 (OSなど)
- [TWELITE SDK のインストール](https://mwx.twelite.info/install_n_build/2_install_sdk.md): TWELITE SDK のインストール
- [アクトのビルド](https://mwx.twelite.info/install_n_build/3_building-act.md): アクトのビルド
- [新しいプロジェクトの作成](https://mwx.twelite.info/install_n_build/create_new_project.md): 新しいプロジェクトの作成
- [VSCodeのインストール](https://mwx.twelite.info/install_n_build/install_vscode.md): VSCodeのインストール
- [ビルド定義 Makefile](https://mwx.twelite.info/install_n_build/makefile.md): ビルド定義 Makefile
- [他のプラットフォーム](https://mwx.twelite.info/install_n_build/nopurattofmu.md): 他のプラットフォーム
- [サンプルアクト](https://mwx.twelite.info/act_samples.md): Sample Acts
- [act0 .. 4](https://mwx.twelite.info/act_samples/act_opening.md): 最初に試すシンプルなAct(アクト)
- [Scratch](https://mwx.twelite.info/act_samples/scratch.md): テンプレートコード
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/act_samples/slp_wk_and_tx.md): Slp\_Wk\_and\_Tx
- [Parent\_MONOSTICK](https://mwx.twelite.info/act_samples/parent_monostick.md): 親機アプリケーション(MONOSTICK用)
- [PingPong](https://mwx.twelite.info/act_samples/pingpong.md): PingPong
- [BRD\_APPTWELITE](https://mwx.twelite.info/act_samples/brd_apptwelite.md): IO通信(標準アプリケーションApp\_Tweliteの基本機能)
- [BRD\_I2C\_TEMPHUMID](https://mwx.twelite.info/act_samples/brd_i2c_temphumid.md)
- [BRD\_ARIA](https://mwx.twelite.info/act_samples/brd_aria.md)
- [PAL\_AMB](https://mwx.twelite.info/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-bhv](https://mwx.twelite.info/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/act_samples/pal_mag.md): PAL\_MAG
- [PAL\_MOT-single](https://mwx.twelite.info/act_samples/pal_mot-oneshot.md): PAL\_MOT-single
- [PAL\_MOT-fifo](https://mwx.twelite.info/act_samples/pal_mot.md): PAL\_MOT-fifo
- [PulseCounter](https://mwx.twelite.info/act_samples/pulsecounter.md): PulseCounter
- [WirelessUART](https://mwx.twelite.info/act_samples/wirelessuart.md): WirelessUART
- [Rcv\_Univsl](https://mwx.twelite.info/act_samples/rcv_univsl.md): Rcv\_Unvsl (ユニバーサル レシーバー)
- [Unit\_???](https://mwx.twelite.info/act_samples/unit_acts.md): Unit\_???
- [API](https://mwx.twelite.info/api-reference.md): Act/behavior Programming Interface
- [定義](https://mwx.twelite.info/api-reference/defs.md): ライブラリ中で共通的に読み込まれる定義
- [クラスオブジェクト](https://mwx.twelite.info/api-reference/predefined_objs.md): クラスオブジェクト
- [the\_twelite](https://mwx.twelite.info/api-reference/predefined_objs/the_twelite.md): TWENET 利用の中核クラス (mwx::twenet)
- [Analogue](https://mwx.twelite.info/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/api-reference/predefined_objs/buttons.md): ディジタル入力管理クラス (mwx::periph\_buttons)
- [EEPROM](https://mwx.twelite.info/api-reference/predefined_objs/eeprom.md): TWELITE 無線マイコンの内蔵EEPROMに対して読み書きを実行
- [PulseCounter](https://mwx.twelite.info/api-reference/predefined_objs/pulsecounter.md): パルスカウンタ (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/api-reference/predefined_objs/serial.md): TWELITE の UART0 ポート  (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/api-reference/predefined_objs/serialparser.md): シリアルポート用書式入力 (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/api-reference/predefined_objs/spi.md): SPIバス (Controller) の読み書き
- [SPI (メンバ関数版)](https://mwx.twelite.info/api-reference/predefined_objs/spi/spi-member.md): SPI (メンバ関数版)
- [SPI (ヘルパークラス版)](https://mwx.twelite.info/api-reference/predefined_objs/spi/spi-helperclass.md): SPI (ヘルパークラス版)
- [TickTimer](https://mwx.twelite.info/api-reference/predefined_objs/ticktimer.md): システムタイマー (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/api-reference/predefined_objs/timers.md): タイマー, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/api-reference/predefined_objs/wire.md): 二線シリアル(I2C) master の読み書き (mwx::periph\_wire)
- [Wire (メンバ関数版)](https://mwx.twelite.info/api-reference/predefined_objs/wire/wire-member.md): Wire (メンバ関数版)
- [Wire (ヘルパークラス版)](https://mwx.twelite.info/api-reference/predefined_objs/wire/wire-helperclass.md): Wire (ヘルパークラス版)
- [クラス](https://mwx.twelite.info/api-reference/classes.md): クラス
- [MWX\_APIRET](https://mwx.twelite.info/api-reference/classes/mwx_apiret.md): MWX\_APIRET
- [alloc](https://mwx.twelite.info/api-reference/classes/alloc.md): alloc
- [axis\_xyzt](https://mwx.twelite.info/api-reference/classes/axis_xyzt.md): axis\_xyzt
- [packet\_rx](https://mwx.twelite.info/api-reference/classes/packet_rx.md): packet\_rx
- [packet\_tx](https://mwx.twelite.info/api-reference/classes/packet_tx.md): packet\_tx
- [serparser](https://mwx.twelite.info/api-reference/classes/ser_parser.md): シリアル書式入出力 (mwx::serial\_parser)
- [pktparser](https://mwx.twelite.info/api-reference/classes/pktparser.md): pktparser
- [E\_PKT](https://mwx.twelite.info/api-reference/classes/pktparser/e_pkt.md): パケット種別定義
- [idenify\_packet\_type()](https://mwx.twelite.info/api-reference/classes/pktparser/idenify_packet_type.md): identify\_packet\_type()
- [TwePacket](https://mwx.twelite.info/api-reference/classes/pktparser/twepacket.md): TwePacket
- [TwePacketTwelite](https://mwx.twelite.info/api-reference/classes/pktparser/twepacket/twepackettwelite.md): TwePacketTwelite
- [TwePacketIO](https://mwx.twelite.info/api-reference/classes/pktparser/twepacket/twepacketio.md): TwePacketIO
- [TwePacketUART](https://mwx.twelite.info/api-reference/classes/pktparser/twepacket/twepacketuart.md): TwePacketUART
- [TwePacketPAL](https://mwx.twelite.info/api-reference/classes/pktparser/twepacket/twepacketpal.md): TwePacketPAL
- [smplbuf](https://mwx.twelite.info/api-reference/classes/smplbuf.md): smplbuf
- [.get\_stream\_helper()](https://mwx.twelite.info/api-reference/classes/smplbuf/get_stream_helper.md): .get\_stream\_helper()
- [smplbuf\_strm\_u8](https://mwx.twelite.info/api-reference/classes/smplbuf/smplbuf_strm_u8.md): smplbuf\_strm\_u8
- [smplque](https://mwx.twelite.info/api-reference/classes/smplque.md): FIFOキューを構造のコンテナクラス
- [mwx::stream](https://mwx.twelite.info/api-reference/classes/twe-stream.md): 入出力ストリーム
- [format (mwx::mwx\_format)](https://mwx.twelite.info/api-reference/classes/twe-stream/twe-fmt.md): mwx::stream に printf の書式を入力
- [mwx::bigendian](https://mwx.twelite.info/api-reference/classes/twe-stream/twe-bigendian.md): twe::stream にビッグエンディアン順で数値型のデータを出力する
- [mwx::crlf](https://mwx.twelite.info/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/api-reference/classes/twe-stream/twe-flush.md): twe::stream へのバッファ出力をフラッシュする。
- [stream\_helper](https://mwx.twelite.info/api-reference/classes/twe-stream/stream_helper.md): stream\_helper
- [SM\_SIMPLE ステートマシン](https://mwx.twelite.info/api-reference/classes/smsimple-suttomashin.md): SM\_SIMPLE ステートマシン
- [コールバック関数](https://mwx.twelite.info/api-reference/sys_callbacks.md): コールバック関数
- [setup()](https://mwx.twelite.info/api-reference/sys_callbacks/setup.md): setup()
- [begin()](https://mwx.twelite.info/api-reference/sys_callbacks/begin.md): begin()
- [loop()](https://mwx.twelite.info/api-reference/sys_callbacks/loop.md): loop()
- [wakeup()](https://mwx.twelite.info/api-reference/sys_callbacks/wakeup.md): wakeup()
- [init\_coldboot()](https://mwx.twelite.info/api-reference/sys_callbacks/init_coldboot.md): init\_coldboot()
- [init\_warmboot()](https://mwx.twelite.info/api-reference/sys_callbacks/init_warmboot.md): init\_warmboot()
- [on\_rx\_packet()](https://mwx.twelite.info/api-reference/sys_callbacks/on_rx_packet.md): on\_rx\_packet()
- [on\_tx\_comp()](https://mwx.twelite.info/api-reference/sys_callbacks/on_tx_comp.md): on\_tx\_comp()
- [ビヘイビア](https://mwx.twelite.info/api-reference/behavior.md): ビヘイビア
- [PAL\_AMB-behavior](https://mwx.twelite.info/api-reference/behavior/pal_amb-behavior.md): PAL\_AMB-behavior
- [関数](https://mwx.twelite.info/api-reference/funcs.md): 関数
- [システム関数](https://mwx.twelite.info/api-reference/funcs/systemfunc.md): システム関数
- [millis()](https://mwx.twelite.info/api-reference/funcs/systemfunc/millis.md): millis()
- [delay()](https://mwx.twelite.info/api-reference/funcs/systemfunc/delay.md): delay()
- [delayMicroseconds()](https://mwx.twelite.info/api-reference/funcs/systemfunc/delaymicroseconds.md): delayMicroseconds()
- [random()](https://mwx.twelite.info/api-reference/funcs/systemfunc/random.md): random()
- [DIO 汎用ディジタルIO](https://mwx.twelite.info/api-reference/funcs/dio.md): DIO 汎用ディジタルIO
- [pinMode()](https://mwx.twelite.info/api-reference/funcs/dio/pinmode.md): pinMode()
- [digitalWrite()](https://mwx.twelite.info/api-reference/funcs/dio/digitalwrite.md): digitalWrite()
- [digitalRead()](https://mwx.twelite.info/api-reference/funcs/dio/digitalread.md): DESC
- [attachIntDio()](https://mwx.twelite.info/api-reference/funcs/dio/attachintdio.md): attachIntDio()
- [detachIntDio()](https://mwx.twelite.info/api-reference/funcs/dio/detachintdio.md): detachIntDio()
- [digitalReadBitmap()](https://mwx.twelite.info/api-reference/funcs/dio/digitalreadbitmap.md): digitalReadBitmap()
- [ユーティリティ関数](https://mwx.twelite.info/api-reference/funcs/utility.md): ユーティリティ関数
- [Printf utils](https://mwx.twelite.info/api-reference/funcs/utility/printf-utils.md): printfの実装
- [pack\_bits()](https://mwx.twelite.info/api-reference/funcs/utility/pack_bits.md): 指定したビット位置に1をセット
- [collect\_bits()](https://mwx.twelite.info/api-reference/funcs/utility/collect_bits.md): collect\_bits()
- [Byte array utils](https://mwx.twelite.info/api-reference/funcs/utility/byte-array-utils.md): Byte array utils
- [pack\_bytes()](https://mwx.twelite.info/api-reference/funcs/utility/pack_bytes.md): 要素データを並べてバイト列を生成
- [expand\_bytes()](https://mwx.twelite.info/api-reference/funcs/utility/expand_bytes.md): バイト列を分解し変数に格納
- [CRC8, XOR, LRC](https://mwx.twelite.info/api-reference/funcs/utility/checksum.md): CRC8, XOR, LRC
- [div100()](https://mwx.twelite.info/api-reference/funcs/utility/div100.md): １０、１００または１０００で割った商と余りを計算
- [Scale utils](https://mwx.twelite.info/api-reference/funcs/utility/scale-utils.md): 除算(\`x\*1000/255\`)の替わり
- [pnew](https://mwx.twelite.info/api-reference/funcs/utility/pnew.md): pnew() - 配置new の記述を簡素化
- [外部ライブラリ](https://mwx.twelite.info/api-reference/external_libraries.md): 外部ライブラリ
- [EASTL](https://mwx.twelite.info/api-reference/external_libraries/eastl.md): EASTL
- [ボード (BRD)](https://mwx.twelite.info/boards.md): ボード (BRD) ビヘイビア
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/boards/brd_apptwelite.md): \&lt;BRD\_APPTWELITE\&gt;
- [\<MONOSTICK>](https://mwx.twelite.info/boards/monostick.md): \&lt;MONOSTICK\&gt;
- [PAL](https://mwx.twelite.info/boards/pal.md): PAL 共通定義
- [\<PAL\_AMB>](https://mwx.twelite.info/boards/pal/pal_amb.md): \&lt;PAL\_AMB\&gt;
- [\<PAL\_MAG>](https://mwx.twelite.info/boards/pal/pal_mag.md): \&lt;PAL\_MAG\&gt;
- [\<PAL\_MOT>](https://mwx.twelite.info/boards/pal/pal_mot.md): \&lt;PAL\_MOT\&gt;
- [\<PAL\_NOTICE>](https://mwx.twelite.info/boards/pal/pal_notice.md): \&lt;PAL\_NOTICE\&gt;
- [\<CUE>](https://mwx.twelite.info/boards/cue.md): \&lt;CUE\&gt;
- [\<ARIA>](https://mwx.twelite.info/boards/aria.md): \&lt;ARIA\&gt;
- [センサー・デバイス (SNS)](https://mwx.twelite.info/sensor_object.md): センサー・デバイス (SNS) ビヘイビア
- [SHTC3 - 温湿度センサー](https://mwx.twelite.info/sensor_object/shtc3.md): SHTC3 - 温湿度センサー
- [SHT3x - 温湿度センサー](https://mwx.twelite.info/sensor_object/sht3x-sens.md): SHT3x - 温湿度センサー
- [LTR-308ALS - 照度センサー](https://mwx.twelite.info/sensor_object/ltr-308als.md): LTR-308ALS - 照度センサー
- [MC3630 - 加速度センサー](https://mwx.twelite.info/sensor_object/mc3630.md): MC3630 - 加速度センサー
- [BMx280 - 環境センサー](https://mwx.twelite.info/sensor_object/bme280bmp280-sens.md): BMx280 - 環境センサー
- [PCA9632 - LEDドライバ](https://mwx.twelite.info/sensor_object/pca9632-leddoraiba.md): PCA9632 - LEDドライバ
- [SHT4x - 温湿度センサー](https://mwx.twelite.info/sensor_object/sht4x.md): SHT4x - 温湿度センサー
- [ネットワーク (NWK)](https://mwx.twelite.info/networks.md): ネットワーク (NWK) ビヘイビア
- [シンプル中継ネット \<NWK\_SIMPLE>](https://mwx.twelite.info/networks/nwk_simple.md): シンプル中継ネット NWK\_SIMPLE
- [レイヤー ツリー ネット \<NWK\_LAYERED>](https://mwx.twelite.info/networks/nwk_layered.md): レイヤーツリーネット NWK\_LAYERED
- [設定 （STG） - インタラクティブモード](https://mwx.twelite.info/settings.md): 設定ビヘイビア
- [\<STG\_STD>](https://mwx.twelite.info/settings/stg_std.md): STG\_STD

## latest\_en

- [The MWX Library](https://mwx.twelite.info/latest_en/readme.md): Mono Wireless C++ Library for TWELITE.
- [revision history](https://mwx.twelite.info/latest_en/revisions.md)
- [About the MWX library](https://mwx.twelite.info/latest_en/about_mwx.md)
- [License](https://mwx.twelite.info/latest_en/about_mwx/license.md): License
- [Terms](https://mwx.twelite.info/latest_en/about_mwx/terms.md)
- [The design policy](https://mwx.twelite.info/latest_en/about_mwx/design_policy.md)
- [Install and Build](https://mwx.twelite.info/latest_en/install_n_build.md): Install and Build
- [Environment (OS, etc.)](https://mwx.twelite.info/latest_en/install_n_build/1_environment.md): DESC
- [Installing the TWELITE SDK](https://mwx.twelite.info/latest_en/install_n_build/2_install_sdk.md): Installing the TWELITE SDK
- [Building ACT](https://mwx.twelite.info/latest_en/install_n_build/3_building-act.md): Building ACT
- [Creating a new project](https://mwx.twelite.info/latest_en/install_n_build/create_new_project.md): Creating a new project
- [Installing VSCode](https://mwx.twelite.info/latest_en/install_n_build/install_vscode.md): Installing VSCode
- [Build definition Makefile](https://mwx.twelite.info/latest_en/install_n_build/makefile.md): Build definition Makefile
- [Other platforms](https://mwx.twelite.info/latest_en/install_n_build/nopurattofmu.md): Other platforms
- [Sample ACTs](https://mwx.twelite.info/latest_en/act_samples.md): Sample Acts
- [act0 .. 4](https://mwx.twelite.info/latest_en/act_samples/act_opening.md)
- [Scratch](https://mwx.twelite.info/latest_en/act_samples/scratch.md)
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/latest_en/act_samples/slp_wk_and_tx.md)
- [Parent\_MONOSTICK](https://mwx.twelite.info/latest_en/act_samples/parent_monostick.md): Parent application (for MONOSTICK)
- [PingPong](https://mwx.twelite.info/latest_en/act_samples/pingpong.md)
- [BRD\_APPTWELITE](https://mwx.twelite.info/latest_en/act_samples/brd_apptwelite.md): IO communication (basic function of standard application App\_Twelite)
- [BRD\_I2C\_TEMPHUMID](https://mwx.twelite.info/latest_en/act_samples/brd_i2c_temphumid.md)
- [PAL\_AMB](https://mwx.twelite.info/latest_en/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/latest_en/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-bhv](https://mwx.twelite.info/latest_en/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/latest_en/act_samples/pal_mag.md)
- [PAL\_MOT-single](https://mwx.twelite.info/latest_en/act_samples/pal_mot-oneshot.md)
- [PAL\_MOT-fifo](https://mwx.twelite.info/latest_en/act_samples/pal_mot.md)
- [PulseCounter](https://mwx.twelite.info/latest_en/act_samples/pulsecounter.md)
- [WirelessUART](https://mwx.twelite.info/latest_en/act_samples/wirelessuart.md)
- [Rcv\_Univsl](https://mwx.twelite.info/latest_en/act_samples/rcv_univsl.md): Rcv\_Unvsl (Universal Reciever)
- [Unit\_???](https://mwx.twelite.info/latest_en/act_samples/unit_acts.md)
- [API](https://mwx.twelite.info/latest_en/api-reference.md): Act/behavior Programming Interface
- [Definition.](https://mwx.twelite.info/latest_en/api-reference/defs.md): Act/behavior Programming Interface
- [class object](https://mwx.twelite.info/latest_en/api-reference/predefined_objs.md): Class Objects
- [the\_twelite](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/the_twelite.md): The core class object of TWENET (mwx::twenet)
- [Analogue](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/buttons.md): Digital input management class (mwx::periph\_buttons)
- [EEPROM](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/eeprom.md): EEPROM
- [PulseCounter](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/pulsecounter.md): PulseCounter (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/serial.md): UART0 port of TWELITE (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/serialparser.md): format input parser for serial input (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/spi.md): Reads and writes the SPI bus (as Controller).
- [SPI (using member functions)](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/spi/spi-member.md): SPI access (using member functions)
- [SPI (using helper class)](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/spi/spi-helperclass.md): SPI access (using helper class)
- [TickTimer](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/ticktimer.md): system timer (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/timers.md): Timers, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/wire.md): Read/write two-wire serial (I2C) master (mwx::periph\_wire)
- [Wire (using member functions))](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/wire/wire-member.md): Wire (using member function)
- [Wire (using helper class)](https://mwx.twelite.info/latest_en/api-reference/predefined_objs/wire/wire-helperclass.md): accessing Wire (using helper class)
- [Classes](https://mwx.twelite.info/latest_en/api-reference/classes.md)
- [MWX\_APIRET](https://mwx.twelite.info/latest_en/api-reference/classes/mwx_apiret.md)
- [alloc](https://mwx.twelite.info/latest_en/api-reference/classes/alloc.md)
- [axis\_xyzt](https://mwx.twelite.info/latest_en/api-reference/classes/axis_xyzt.md)
- [packet\_rx](https://mwx.twelite.info/latest_en/api-reference/classes/packet_rx.md)
- [packet\_tx](https://mwx.twelite.info/latest_en/api-reference/classes/packet_tx.md)
- [serparser](https://mwx.twelite.info/latest_en/api-reference/classes/ser_parser.md): serial format input-output (mwx::serial\_parser)
- [pktparser](https://mwx.twelite.info/latest_en/api-reference/classes/pktparser.md)
- [E\_PKT](https://mwx.twelite.info/latest_en/api-reference/classes/pktparser/e_pkt.md): packet type definition
- [idenify\_packet\_type()](https://mwx.twelite.info/latest_en/api-reference/classes/pktparser/idenify_packet_type.md)
- [TwePacket](https://mwx.twelite.info/latest_en/api-reference/classes/pktparser/twepacket.md)
- [TwePacketTwelite](https://mwx.twelite.info/latest_en/api-reference/classes/pktparser/twepacket/twepackettwelite.md)
- [TwePacketIO](https://mwx.twelite.info/latest_en/api-reference/classes/pktparser/twepacket/twepacketio.md)
- [TwePacketUART](https://mwx.twelite.info/latest_en/api-reference/classes/pktparser/twepacket/twepacketuart.md)
- [TwePacketPAL](https://mwx.twelite.info/latest_en/api-reference/classes/pktparser/twepacket/twepacketpal.md)
- [smplbuf](https://mwx.twelite.info/latest_en/api-reference/classes/smplbuf.md)
- [.get\_stream\_helper()](https://mwx.twelite.info/latest_en/api-reference/classes/smplbuf/get_stream_helper.md)
- [smplbuf\_strm\_u8](https://mwx.twelite.info/latest_en/api-reference/classes/smplbuf/smplbuf_strm_u8.md)
- [smplque](https://mwx.twelite.info/latest_en/api-reference/classes/smplque.md): Container class with FIFO queue structure.
- [mwx::stream](https://mwx.twelite.info/latest_en/api-reference/classes/twe-stream.md): input-output stream
- [format (mwx::mwx\_format)](https://mwx.twelite.info/latest_en/api-reference/classes/twe-stream/twe-fmt.md): Enter printf format in mwx::stream
- [mwx::bigendian](https://mwx.twelite.info/latest_en/api-reference/classes/twe-stream/twe-bigendian.md): Output data of numeric type in big-endian order to twe::stream
- [mwx::crlf](https://mwx.twelite.info/latest_en/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/latest_en/api-reference/classes/twe-stream/twe-flush.md): Flush buffered output to twe::stream.
- [stream\_helper](https://mwx.twelite.info/latest_en/api-reference/classes/twe-stream/stream_helper.md)
- [SM\_SIMPLE state machine](https://mwx.twelite.info/latest_en/api-reference/classes/smsimple-suttomashin.md)
- [Call back functions](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks.md): Call back functions describing an application.
- [setup()](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks/setup.md): the setup function to initialize an application.
- [begin()](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks/begin.md)
- [loop()](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks/loop.md): the main loop function.
- [wakeup()](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks/wakeup.md): the function called when waking up from sleep.
- [init\_coldboot()](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks/init_coldboot.md)
- [init\_warmboot()](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks/init_warmboot.md): DESC
- [on\_rx\_packet()](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks/on_rx_packet.md): on\_rx\_packet()
- [on\_tx\_comp()](https://mwx.twelite.info/latest_en/api-reference/sys_callbacks/on_tx_comp.md): on\_tx\_comp()
- [BEHAVIOR](https://mwx.twelite.info/latest_en/api-reference/behavior.md)
- [PAL\_AMB-behavior](https://mwx.twelite.info/latest_en/api-reference/behavior/pal_amb-behavior.md)
- [Functions](https://mwx.twelite.info/latest_en/api-reference/funcs.md): Functions
- [System Functions](https://mwx.twelite.info/latest_en/api-reference/funcs/systemfunc.md): System functions (time, random numbers)
- [millis()](https://mwx.twelite.info/latest_en/api-reference/funcs/systemfunc/millis.md): Obtain the system time, \[ms].
- [delay()](https://mwx.twelite.info/latest_en/api-reference/funcs/systemfunc/delay.md): Waiting for time by polling.
- [delayMicroseconds()](https://mwx.twelite.info/latest_en/api-reference/funcs/systemfunc/delaymicroseconds.md): Wait for time by polling (specified in μsec).
- [random()](https://mwx.twelite.info/latest_en/api-reference/funcs/systemfunc/random.md): Generates an random number.
- [DIO General purpose IO](https://mwx.twelite.info/latest_en/api-reference/funcs/dio.md): API for DIO (General-purpose digital IO)
- [pinMode()](https://mwx.twelite.info/latest_en/api-reference/funcs/dio/pinmode.md): Sets the DIO (general-purpose digital IO) pin.
- [digitalWrite()](https://mwx.twelite.info/latest_en/api-reference/funcs/dio/digitalwrite.md): Change the setting of the digital output pins.
- [digitalRead()](https://mwx.twelite.info/latest_en/api-reference/funcs/dio/digitalread.md): Reads the value of the port of the input configuration.
- [attachIntDio()](https://mwx.twelite.info/latest_en/api-reference/funcs/dio/attachintdio.md): to enable DIO interrupt.
- [detachIntDio()](https://mwx.twelite.info/latest_en/api-reference/funcs/dio/detachintdio.md): to unregister the interrupt handler.
- [digitalReadBitmap()](https://mwx.twelite.info/latest_en/api-reference/funcs/dio/digitalreadbitmap.md): Reads the values of all ports in the input settings at once.
- [Utility Functions](https://mwx.twelite.info/latest_en/api-reference/funcs/utility.md)
- [Printf utils](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/printf-utils.md): Printf utils
- [pack\_bits()](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/pack_bits.md): Sets 1 at the specified bit position.
- [collect\_bits()](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/collect_bits.md): Generating bitmaps with specified order.
- [Byte array utils](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/byte-array-utils.md): Byte array utils
- [pack\_bytes()](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/pack_bytes.md): Generates a sequence of bytes by arranging element data.
- [expand\_bytes()](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/expand_bytes.md): Decompose a sequence of bytes and store it in a variable.
- [CRC8, XOR, LRC](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/checksum.md): functions for calculating checksums.
- [div100()](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/div100.md): Fast divisions by 10, 100 or 1000.
- [Scale utils](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/scale-utils.md): scaling function between 0..1000 and 0..255.
- [pnew](https://mwx.twelite.info/latest_en/api-reference/funcs/utility/pnew.md): pnew() - Simplify the description of placement new
- [External Libraries](https://mwx.twelite.info/latest_en/api-reference/external_libraries.md): External Libraries
- [EASTL](https://mwx.twelite.info/latest_en/api-reference/external_libraries/eastl.md): EASTL
- [Board (BRD)](https://mwx.twelite.info/latest_en/boards.md): Board behaviors
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/latest_en/boards/brd_apptwelite.md): \&lt;BRD\_APPTWELITE\&gt;
- [\<MONOSTICK>](https://mwx.twelite.info/latest_en/boards/monostick.md): \&lt;MONOSTICK\&gt;
- [PAL](https://mwx.twelite.info/latest_en/boards/pal.md): PAL common interface.
- [\<PAL\_AMB>](https://mwx.twelite.info/latest_en/boards/pal/pal_amb.md): \&lt;PAL\_AMB\&gt;
- [\<PAL\_MAG>](https://mwx.twelite.info/latest_en/boards/pal/pal_mag.md): \&lt;PAL\_MAG\&gt;
- [\<PAL\_MOT>](https://mwx.twelite.info/latest_en/boards/pal/pal_mot.md): \&lt;PAL\_MOT\&gt;
- [\<PAL\_NOTICE>](https://mwx.twelite.info/latest_en/boards/pal/pal_notice.md): \&lt;PAL\_NOTICE\&gt;
- [\<CUE>](https://mwx.twelite.info/latest_en/boards/cue.md): \&lt;CUE\&gt;
- [Sensor Devices (SNS)](https://mwx.twelite.info/latest_en/sensor_object.md): Sensor behaviors
- [SHTC3 - Temp/Humd sensor](https://mwx.twelite.info/latest_en/sensor_object/shtc3.md): SHTC3 - Temperature and humidity sensor
- [SHT3x - Temp/Humd sensor](https://mwx.twelite.info/latest_en/sensor_object/sht3x-sens.md): SHT3x - Temperature and humidity sensor
- [LTR-308ALS - Luminance Sensor](https://mwx.twelite.info/latest_en/sensor_object/ltr-308als.md): LTR-308ALS - Illuminance sensor
- [MC3630 - Accel sensor](https://mwx.twelite.info/latest_en/sensor_object/mc3630.md): MC3630 - accelerometer
- [BMx280 - Temp/Humd/Pressure Sensor](https://mwx.twelite.info/latest_en/sensor_object/bme280bmp280-sens.md): BMx280 - Environmental Sensors
- [PCA9632 - LED Driver](https://mwx.twelite.info/latest_en/sensor_object/pca9632-leddoraiba.md): PCA9632 - LED Driver
- [Network (NWK)](https://mwx.twelite.info/latest_en/networks.md): Network behaviors
- [Simple Relay Net \<NWK\_SIMPLE>](https://mwx.twelite.info/latest_en/networks/nwk_simple.md): Simple Relay Net NWK\_SIMPLE
- [Layered Tree Net \<NWK\_LAYERED>](https://mwx.twelite.info/latest_en/networks/nwk_layered.md): Layered Tree Net NWK\_LAYERED
- [Settings （STG） - Interactive settings mode](https://mwx.twelite.info/latest_en/settings.md): Setting BEHAVIOR
- [\<STG\_STD>](https://mwx.twelite.info/latest_en/settings/stg_std.md): BEHAVIOR for Interactve settings mode

## latest

- [The MWX Library](https://mwx.twelite.info/latest1/readme.md): Mono Wireless C++ Library for TWELITE.
- [改版履歴](https://mwx.twelite.info/latest1/revisions.md): 改版履歴
- [MWXライブラリについて](https://mwx.twelite.info/latest1/about_mwx.md): MWXライブラリについて
- [License](https://mwx.twelite.info/latest1/about_mwx/license.md): 保証・ライセンス
- [用語](https://mwx.twelite.info/latest1/about_mwx/terms.md): 用語
- [設計情報](https://mwx.twelite.info/latest1/about_mwx/design_policy.md): MWX ライブラリ内で用いる C++ 言語について、その仕様、制限事項、本書記載留意事項、設計メモを記載します。
- [インストール・ビルド](https://mwx.twelite.info/latest1/install_n_build.md): インストール・ビルド
- [環境 (OSなど)](https://mwx.twelite.info/latest1/install_n_build/1_environment.md): 環境 (OSなど)
- [TWELITE SDK のインストール](https://mwx.twelite.info/latest1/install_n_build/2_install_sdk.md): TWELITE SDK のインストール
- [アクトのビルド](https://mwx.twelite.info/latest1/install_n_build/3_building-act.md): アクトのビルド
- [新しいプロジェクトの作成](https://mwx.twelite.info/latest1/install_n_build/create_new_project.md): 新しいプロジェクトの作成
- [VSCodeのインストール](https://mwx.twelite.info/latest1/install_n_build/install_vscode.md): VSCodeのインストール
- [ビルド定義 Makefile](https://mwx.twelite.info/latest1/install_n_build/makefile.md): ビルド定義 Makefile
- [他のプラットフォーム](https://mwx.twelite.info/latest1/install_n_build/nopurattofmu.md): 他のプラットフォーム
- [サンプルアクト](https://mwx.twelite.info/latest1/act_samples.md): Sample Acts
- [act0 .. 4](https://mwx.twelite.info/latest1/act_samples/act_opening.md): 最初に試すシンプルなAct(アクト)
- [Scratch](https://mwx.twelite.info/latest1/act_samples/scratch.md): テンプレートコード
- [Slp\_Wk\_and\_Tx](https://mwx.twelite.info/latest1/act_samples/slp_wk_and_tx.md): Slp\_Wk\_and\_Tx
- [Parent\_MONOSTICK](https://mwx.twelite.info/latest1/act_samples/parent_monostick.md): 親機アプリケーション(MONOSTICK用)
- [PingPong](https://mwx.twelite.info/latest1/act_samples/pingpong.md): PingPong
- [BRD\_APPTWELITE](https://mwx.twelite.info/latest1/act_samples/brd_apptwelite.md): IO通信(標準アプリケーションApp\_Tweliteの基本機能)
- [BRD\_I2C\_TEMPHUMID](https://mwx.twelite.info/latest1/act_samples/brd_i2c_temphumid.md)
- [BRD\_ARIA](https://mwx.twelite.info/latest1/act_samples/brd_aria.md)
- [PAL\_AMB](https://mwx.twelite.info/latest1/act_samples/pal_amb.md)
- [PAL\_AMB-usenap](https://mwx.twelite.info/latest1/act_samples/pal_amb-usenap.md)
- [PAL\_AMB-bhv](https://mwx.twelite.info/latest1/act_samples/pal_amb-behavior.md)
- [PAL\_MAG](https://mwx.twelite.info/latest1/act_samples/pal_mag.md): PAL\_MAG
- [PAL\_MOT-single](https://mwx.twelite.info/latest1/act_samples/pal_mot-oneshot.md): PAL\_MOT-single
- [PAL\_MOT-fifo](https://mwx.twelite.info/latest1/act_samples/pal_mot.md): PAL\_MOT-fifo
- [PulseCounter](https://mwx.twelite.info/latest1/act_samples/pulsecounter.md): PulseCounter
- [WirelessUART](https://mwx.twelite.info/latest1/act_samples/wirelessuart.md): WirelessUART
- [Rcv\_Univsl](https://mwx.twelite.info/latest1/act_samples/rcv_univsl.md): Rcv\_Unvsl (ユニバーサル レシーバー)
- [Unit\_???](https://mwx.twelite.info/latest1/act_samples/unit_acts.md): Unit\_???
- [API](https://mwx.twelite.info/latest1/api-reference.md): Act/behavior Programming Interface
- [定義](https://mwx.twelite.info/latest1/api-reference/defs.md): ライブラリ中で共通的に読み込まれる定義
- [クラスオブジェクト](https://mwx.twelite.info/latest1/api-reference/predefined_objs.md): クラスオブジェクト
- [the\_twelite](https://mwx.twelite.info/latest1/api-reference/predefined_objs/the_twelite.md): TWENET 利用の中核クラス (mwx::twenet)
- [Analogue](https://mwx.twelite.info/latest1/api-reference/predefined_objs/analogue.md): ADC (mwx::periph\_analogue.hpp)
- [Buttons](https://mwx.twelite.info/latest1/api-reference/predefined_objs/buttons.md): ディジタル入力管理クラス (mwx::periph\_buttons)
- [EEPROM](https://mwx.twelite.info/latest1/api-reference/predefined_objs/eeprom.md): TWELITE 無線マイコンの内蔵EEPROMに対して読み書きを実行
- [PulseCounter](https://mwx.twelite.info/latest1/api-reference/predefined_objs/pulsecounter.md): パルスカウンタ (mwx::periph\_pulse\_counter)
- [Serial](https://mwx.twelite.info/latest1/api-reference/predefined_objs/serial.md): TWELITE の UART0 ポート  (mwx::serial\_jen)
- [SerialParser](https://mwx.twelite.info/latest1/api-reference/predefined_objs/serialparser.md): シリアルポート用書式入力 (mwx::serial\_parser)
- [SPI](https://mwx.twelite.info/latest1/api-reference/predefined_objs/spi.md): SPIバス (Controller) の読み書き
- [SPI (メンバ関数版)](https://mwx.twelite.info/latest1/api-reference/predefined_objs/spi/spi-member.md): SPI (メンバ関数版)
- [SPI (ヘルパークラス版)](https://mwx.twelite.info/latest1/api-reference/predefined_objs/spi/spi-helperclass.md): SPI (ヘルパークラス版)
- [TickTimer](https://mwx.twelite.info/latest1/api-reference/predefined_objs/ticktimer.md): システムタイマー (mwx::periph\_ticktimer)
- [Timer0 .. 4](https://mwx.twelite.info/latest1/api-reference/predefined_objs/timers.md): タイマー, PWM (mwx::periph\_timer)
- [Wire](https://mwx.twelite.info/latest1/api-reference/predefined_objs/wire.md): 二線シリアル(I2C) master の読み書き (mwx::periph\_wire)
- [Wire (メンバ関数版)](https://mwx.twelite.info/latest1/api-reference/predefined_objs/wire/wire-member.md): Wire (メンバ関数版)
- [Wire (ヘルパークラス版)](https://mwx.twelite.info/latest1/api-reference/predefined_objs/wire/wire-helperclass.md): Wire (ヘルパークラス版)
- [クラス](https://mwx.twelite.info/latest1/api-reference/classes.md): クラス
- [MWX\_APIRET](https://mwx.twelite.info/latest1/api-reference/classes/mwx_apiret.md): MWX\_APIRET
- [alloc](https://mwx.twelite.info/latest1/api-reference/classes/alloc.md): alloc
- [axis\_xyzt](https://mwx.twelite.info/latest1/api-reference/classes/axis_xyzt.md): axis\_xyzt
- [packet\_rx](https://mwx.twelite.info/latest1/api-reference/classes/packet_rx.md): packet\_rx
- [packet\_tx](https://mwx.twelite.info/latest1/api-reference/classes/packet_tx.md): packet\_tx
- [serparser](https://mwx.twelite.info/latest1/api-reference/classes/ser_parser.md): シリアル書式入出力 (mwx::serial\_parser)
- [pktparser](https://mwx.twelite.info/latest1/api-reference/classes/pktparser.md): pktparser
- [E\_PKT](https://mwx.twelite.info/latest1/api-reference/classes/pktparser/e_pkt.md): パケット種別定義
- [idenify\_packet\_type()](https://mwx.twelite.info/latest1/api-reference/classes/pktparser/idenify_packet_type.md): identify\_packet\_type()
- [TwePacket](https://mwx.twelite.info/latest1/api-reference/classes/pktparser/twepacket.md): TwePacket
- [TwePacketTwelite](https://mwx.twelite.info/latest1/api-reference/classes/pktparser/twepacket/twepackettwelite.md): TwePacketTwelite
- [TwePacketIO](https://mwx.twelite.info/latest1/api-reference/classes/pktparser/twepacket/twepacketio.md): TwePacketIO
- [TwePacketUART](https://mwx.twelite.info/latest1/api-reference/classes/pktparser/twepacket/twepacketuart.md): TwePacketUART
- [TwePacketPAL](https://mwx.twelite.info/latest1/api-reference/classes/pktparser/twepacket/twepacketpal.md): TwePacketPAL
- [smplbuf](https://mwx.twelite.info/latest1/api-reference/classes/smplbuf.md): smplbuf
- [.get\_stream\_helper()](https://mwx.twelite.info/latest1/api-reference/classes/smplbuf/get_stream_helper.md): .get\_stream\_helper()
- [smplbuf\_strm\_u8](https://mwx.twelite.info/latest1/api-reference/classes/smplbuf/smplbuf_strm_u8.md): smplbuf\_strm\_u8
- [smplque](https://mwx.twelite.info/latest1/api-reference/classes/smplque.md): FIFOキューを構造のコンテナクラス
- [mwx::stream](https://mwx.twelite.info/latest1/api-reference/classes/twe-stream.md): 入出力ストリーム
- [format (mwx::mwx\_format)](https://mwx.twelite.info/latest1/api-reference/classes/twe-stream/twe-fmt.md): mwx::stream に printf の書式を入力
- [mwx::bigendian](https://mwx.twelite.info/latest1/api-reference/classes/twe-stream/twe-bigendian.md): twe::stream にビッグエンディアン順で数値型のデータを出力する
- [mwx::crlf](https://mwx.twelite.info/latest1/api-reference/classes/twe-stream/twe-crlf.md): twe::stream に改行コードを出力する
- [mwx::flush](https://mwx.twelite.info/latest1/api-reference/classes/twe-stream/twe-flush.md): twe::stream へのバッファ出力をフラッシュする。
- [stream\_helper](https://mwx.twelite.info/latest1/api-reference/classes/twe-stream/stream_helper.md): stream\_helper
- [SM\_SIMPLE ステートマシン](https://mwx.twelite.info/latest1/api-reference/classes/smsimple-suttomashin.md): SM\_SIMPLE ステートマシン
- [コールバック関数](https://mwx.twelite.info/latest1/api-reference/sys_callbacks.md): コールバック関数
- [setup()](https://mwx.twelite.info/latest1/api-reference/sys_callbacks/setup.md): setup()
- [begin()](https://mwx.twelite.info/latest1/api-reference/sys_callbacks/begin.md): begin()
- [loop()](https://mwx.twelite.info/latest1/api-reference/sys_callbacks/loop.md): loop()
- [wakeup()](https://mwx.twelite.info/latest1/api-reference/sys_callbacks/wakeup.md): wakeup()
- [init\_coldboot()](https://mwx.twelite.info/latest1/api-reference/sys_callbacks/init_coldboot.md): init\_coldboot()
- [init\_warmboot()](https://mwx.twelite.info/latest1/api-reference/sys_callbacks/init_warmboot.md): init\_warmboot()
- [on\_rx\_packet()](https://mwx.twelite.info/latest1/api-reference/sys_callbacks/on_rx_packet.md): on\_rx\_packet()
- [on\_tx\_comp()](https://mwx.twelite.info/latest1/api-reference/sys_callbacks/on_tx_comp.md): on\_tx\_comp()
- [ビヘイビア](https://mwx.twelite.info/latest1/api-reference/behavior.md): ビヘイビア
- [PAL\_AMB-behavior](https://mwx.twelite.info/latest1/api-reference/behavior/pal_amb-behavior.md): PAL\_AMB-behavior
- [関数](https://mwx.twelite.info/latest1/api-reference/funcs.md): 関数
- [システム関数](https://mwx.twelite.info/latest1/api-reference/funcs/systemfunc.md): システム関数
- [millis()](https://mwx.twelite.info/latest1/api-reference/funcs/systemfunc/millis.md): millis()
- [delay()](https://mwx.twelite.info/latest1/api-reference/funcs/systemfunc/delay.md): delay()
- [delayMicroseconds()](https://mwx.twelite.info/latest1/api-reference/funcs/systemfunc/delaymicroseconds.md): delayMicroseconds()
- [random()](https://mwx.twelite.info/latest1/api-reference/funcs/systemfunc/random.md): random()
- [DIO 汎用ディジタルIO](https://mwx.twelite.info/latest1/api-reference/funcs/dio.md): DIO 汎用ディジタルIO
- [pinMode()](https://mwx.twelite.info/latest1/api-reference/funcs/dio/pinmode.md): pinMode()
- [digitalWrite()](https://mwx.twelite.info/latest1/api-reference/funcs/dio/digitalwrite.md): digitalWrite()
- [digitalRead()](https://mwx.twelite.info/latest1/api-reference/funcs/dio/digitalread.md): DESC
- [attachIntDio()](https://mwx.twelite.info/latest1/api-reference/funcs/dio/attachintdio.md): attachIntDio()
- [detachIntDio()](https://mwx.twelite.info/latest1/api-reference/funcs/dio/detachintdio.md): detachIntDio()
- [digitalReadBitmap()](https://mwx.twelite.info/latest1/api-reference/funcs/dio/digitalreadbitmap.md): digitalReadBitmap()
- [ユーティリティ関数](https://mwx.twelite.info/latest1/api-reference/funcs/utility.md): ユーティリティ関数
- [Printf utils](https://mwx.twelite.info/latest1/api-reference/funcs/utility/printf-utils.md): printfの実装
- [pack\_bits()](https://mwx.twelite.info/latest1/api-reference/funcs/utility/pack_bits.md): 指定したビット位置に1をセット
- [collect\_bits()](https://mwx.twelite.info/latest1/api-reference/funcs/utility/collect_bits.md): collect\_bits()
- [Byte array utils](https://mwx.twelite.info/latest1/api-reference/funcs/utility/byte-array-utils.md): Byte array utils
- [pack\_bytes()](https://mwx.twelite.info/latest1/api-reference/funcs/utility/pack_bytes.md): 要素データを並べてバイト列を生成
- [expand\_bytes()](https://mwx.twelite.info/latest1/api-reference/funcs/utility/expand_bytes.md): バイト列を分解し変数に格納
- [CRC8, XOR, LRC](https://mwx.twelite.info/latest1/api-reference/funcs/utility/checksum.md): CRC8, XOR, LRC
- [div100()](https://mwx.twelite.info/latest1/api-reference/funcs/utility/div100.md): １０、１００または１０００で割った商と余りを計算
- [Scale utils](https://mwx.twelite.info/latest1/api-reference/funcs/utility/scale-utils.md): 除算(\`x\*1000/255\`)の替わり
- [pnew](https://mwx.twelite.info/latest1/api-reference/funcs/utility/pnew.md): pnew() - 配置new の記述を簡素化
- [外部ライブラリ](https://mwx.twelite.info/latest1/api-reference/external_libraries.md): 外部ライブラリ
- [EASTL](https://mwx.twelite.info/latest1/api-reference/external_libraries/eastl.md): EASTL
- [ボード (BRD)](https://mwx.twelite.info/latest1/boards.md): ボード (BRD) ビヘイビア
- [\<BRD\_APPTWELITE>](https://mwx.twelite.info/latest1/boards/brd_apptwelite.md): \&lt;BRD\_APPTWELITE\&gt;
- [\<MONOSTICK>](https://mwx.twelite.info/latest1/boards/monostick.md): \&lt;MONOSTICK\&gt;
- [PAL](https://mwx.twelite.info/latest1/boards/pal.md): PAL 共通定義
- [\<PAL\_AMB>](https://mwx.twelite.info/latest1/boards/pal/pal_amb.md): \&lt;PAL\_AMB\&gt;
- [\<PAL\_MAG>](https://mwx.twelite.info/latest1/boards/pal/pal_mag.md): \&lt;PAL\_MAG\&gt;
- [\<PAL\_MOT>](https://mwx.twelite.info/latest1/boards/pal/pal_mot.md): \&lt;PAL\_MOT\&gt;
- [\<PAL\_NOTICE>](https://mwx.twelite.info/latest1/boards/pal/pal_notice.md): \&lt;PAL\_NOTICE\&gt;
- [\<CUE>](https://mwx.twelite.info/latest1/boards/cue.md): \&lt;CUE\&gt;
- [\<ARIA>](https://mwx.twelite.info/latest1/boards/aria.md): \&lt;ARIA\&gt;
- [センサー・デバイス (SNS)](https://mwx.twelite.info/latest1/sensor_object.md): センサー・デバイス (SNS) ビヘイビア
- [SHTC3 - 温湿度センサー](https://mwx.twelite.info/latest1/sensor_object/shtc3.md): SHTC3 - 温湿度センサー
- [SHT3x - 温湿度センサー](https://mwx.twelite.info/latest1/sensor_object/sht3x-sens.md): SHT3x - 温湿度センサー
- [LTR-308ALS - 照度センサー](https://mwx.twelite.info/latest1/sensor_object/ltr-308als.md): LTR-308ALS - 照度センサー
- [MC3630 - 加速度センサー](https://mwx.twelite.info/latest1/sensor_object/mc3630.md): MC3630 - 加速度センサー
- [BMx280 - 環境センサー](https://mwx.twelite.info/latest1/sensor_object/bme280bmp280-sens.md): BMx280 - 環境センサー
- [PCA9632 - LEDドライバ](https://mwx.twelite.info/latest1/sensor_object/pca9632-leddoraiba.md): PCA9632 - LEDドライバ
- [SHT4x - 温湿度センサー](https://mwx.twelite.info/latest1/sensor_object/sht4x.md): SHT4x - 温湿度センサー
- [ネットワーク (NWK)](https://mwx.twelite.info/latest1/networks.md): ネットワーク (NWK) ビヘイビア
- [シンプル中継ネット \<NWK\_SIMPLE>](https://mwx.twelite.info/latest1/networks/nwk_simple.md): シンプル中継ネット NWK\_SIMPLE
- [レイヤー ツリー ネット \<NWK\_LAYERED>](https://mwx.twelite.info/latest1/networks/nwk_layered.md): レイヤーツリーネット NWK\_LAYERED
- [設定 （STG） - インタラクティブモード](https://mwx.twelite.info/latest1/settings.md): 設定ビヘイビア
- [\<STG\_STD>](https://mwx.twelite.info/latest1/settings/stg_std.md): STG\_STD


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://mwx.twelite.info/readme.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.
