1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2020 sirloins
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
8 // Low frequency EM4x70 commands
9 //-----------------------------------------------------------------------------
14 #include "../include/em4x70.h"
25 void em4x70_info(em4x70_data_t
*etd
);
26 void em4x70_write(em4x70_data_t
*etd
);
27 void em4x70_unlock(em4x70_data_t
*etd
);
28 void em4x70_auth(em4x70_data_t
*etd
);
29 void em4x70_write_pin(em4x70_data_t
*etd
);
30 void em4x70_write_key(em4x70_data_t
*etd
);