This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <EEPROM.h> | |
#include <EEPROMRollingCodeStorage.h> | |
#include <ELECHOUSE_CC1101_SRC_DRV.h> | |
#include <SomfyRemote.h> | |
#define EMITTER_GPIO 2 | |
#define EEPROM_ADDRESS 0 | |
#define CC1101_FREQUENCY 433.42 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
stdin { | |
type => "stdin-type" | |
} | |
syslog { | |
type => "rsyslog" | |
} | |
} | |
filter { |