1 //-----------------------------------------------------------------------------
2 // (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
6 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
7 // at your option, any later version. See the LICENSE.txt file for the text of
9 //-----------------------------------------------------------------------------
10 // LEGIC RF emulation public interface
11 //-----------------------------------------------------------------------------
13 #ifndef __LEGICRFSIM_H
14 #define __LEGICRFSIM_H
18 void LegicRfSimulate(uint8_t tagtype
, bool send_reply
);
20 #endif /* __LEGICRFSIM_H */