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

11 lines
265 B
C

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