1
0
mirror of https://github.com/seahu/rflink.git synced 2025-12-10 16:07:23 +01:00

Change evalution corect data. For evaluation corect data must be receive same 2x consecutive. Inspirated in https://github.com/seahu/rc-switch .

This commit is contained in:
Ondrej Lycka
2017-06-12 00:05:25 +02:00
parent 4d447feade
commit d4f72eefd1
144 changed files with 853 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
//This file is generated by GNU make, do not edit.
#ifndef _plugin_003_h
#define _plugin_003_h
#include "../../Config/Config_02.c"
#ifdef PLUGIN_003
#include "../Base.h"
//prototype functions
boolean Plugin_003(byte function, char *string);
boolean PluginTX_003(byte function, char *string);
#endif
#endif