summaryrefslogtreecommitdiff
path: root/openpicc/application/iso14443a_manchester.h
blob: b3d193616a3c3b2bccc008274def042edeb92a9c (plain)
1
2
3
4
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_*/
personal git repositories of Harald Welte. Your mileage may vary