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