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

12 lines
318 B
C

//This file is generated by GNU make, do not edit.
#ifndef _plugin_012_h
#define _plugin_012_h
#include "../../Config/Config_02.c"
#ifdef PLUGIN_012
#include "../Base.h"
//prototype functions
boolean Plugin_012(byte function, char *string);
boolean PluginTX_012(byte function, char *string);
#endif
#endif