EEPROMClass::writeString()
名称
EEPROMClass::writeString()
説明
begin()で確保したメモリ領域に、指定したデータ(文字列)を書き込む。
書式
#include <EEPROM.h>
size_t EEPROMClass::writeString (int address, const char* value);
size_t EEPROMClass::writeString (int address, String value);
引数
address | データを書き込むアドレス。 |
value | 書き込むデータ(文字列)。 |
戻り値
書き込んだデータのサイズ。
使用例
バージョン
Hardware: | ESP-WROOM-32 |
Software: | Arduino core for the ESP32 2.0.4 |
最終更新日
September 4, 2022