BluetoothSerial::write()
名称
BluetoothSerial::write()
説明
Bluetoothシリアルポートから受信したデータを読む。
書式
#include "BluetoothSerial.h"
size_t BluetoothSerial::write(uint8_t c);
size_t BluetoothSerial::write(const uint8_t *buffer, size_t size);
引数
| c |
|
| buffer |
|
| size |
|
戻り値
送信したバイト数。
使用例
バージョン
| Hardware: | ESP-WROOM-32 |
| Software: | Arduino core for the ESP32 2.0.4 |
最終更新日
August 16, 2026