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
16
extern
"C"
{
17
#endif
18
29
void
rts_remote_store_init_nvs
(
struct
rts_remote_store
*store);
30
31
#ifdef __cplusplus
32
}
// extern "C"
33
#endif
34
39
#endif
// RTS_REMOTE_STORE_NVS_H
rts_remote_store::rts_remote_store_init_nvs
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 ...
rts_remote_store
Provides an interface for a datastore which contains details about remote controls and rolling codes.
Definition
rts_remote_store.h:29
src
openrts
espidf
rts_remote_store_nvs.h
Generated by
1.9.8