Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
rts_remote_store_nvs.h
Go to the documentation of this file.
1#ifndef RTS_REMOTE_STORE_NVS_H
2#define RTS_REMOTE_STORE_NVS_H
3
4#include "../rts_remote_store.h"
5
15#ifdef __cplusplus
16extern "C" {
17#endif
18
30
31#ifdef __cplusplus
32} // extern "C"
33#endif
34
39#endif // RTS_REMOTE_STORE_NVS_H
void rts_remote_store_init_nvs(struct rts_remote_store *store)
Initialize an rts_remote_store which stores remotes and rolling codes in ESP-IDF's NVS (Non-volatile ...
Provides an interface for a datastore which contains details about remote controls and rolling codes.
Definition rts_remote_store.h:29