diff options
-rw-r--r-- | openpicc/application/iso14443a_manchester.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openpicc/application/iso14443a_manchester.h b/openpicc/application/iso14443a_manchester.h new file mode 100644 index 0000000..b3d1936 --- /dev/null +++ b/openpicc/application/iso14443a_manchester.h @@ -0,0 +1,5 @@ +#ifndef ISO14443A_MANCHESTER_H_ +#define ISO14443A_MANCHESTER_H_ + +extern int manchester_encode(u_int8_t *sample_buf, u_int16_t sample_buf_len, const iso14443_frame *frame); +#endif /*ISO14443A_MANCHESTER_H_*/ |