Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
RTSRemoteStore_EEPROM.hpp
1
#ifndef RTS_REMOTE_STORE_EEPROM_HPP
2
#define RTS_REMOTE_STORE_EEPROM_HPP
3
4
#include "../RTSRemoteStore.hpp"
5
6
class
RTSRemoteStore_EEPROM :
public
RTSRemoteStore
7
{
8
public
:
9
RTSRemoteStore_EEPROM(uint8_t maxRemotes = 16, uint16_t baseAddress = 0);
10
};
11
12
#endif
// RTS_REMOTE_STORE_EEPROM_HPP
RTSRemoteStore
Provides an interface for a datastore which contains details about remote controls and rolling codes.
Definition
RTSRemoteStore.hpp:23
src
openrtsxx
arduino
RTSRemoteStore_EEPROM.hpp
Generated by
1.9.8