51 lines
No EOL
963 B
Modula-2
51 lines
No EOL
963 B
Modula-2
EXPORTS
|
|
; acr122.h
|
|
acr122_connect
|
|
acr122_disconnect
|
|
acr122_transceive
|
|
acr122_firmware
|
|
acr122_led_red
|
|
|
|
; arygon.h
|
|
arygon_connect
|
|
arygon_disconnect
|
|
arygon_transceive
|
|
|
|
; libnfc.h
|
|
nfc_list_devices
|
|
nfc_connect
|
|
nfc_disconnect
|
|
nfc_configure
|
|
nfc_initiator_init
|
|
nfc_initiator_transceive_bits
|
|
nfc_initiator_transceive_bytes
|
|
nfc_initiator_transceive_dep_bytes
|
|
nfc_initiator_select_tag
|
|
nfc_initiator_select_dep_target
|
|
nfc_initiator_deselect_tag
|
|
nfc_initiator_mifare_cmd
|
|
nfc_target_init
|
|
nfc_target_receive_bits
|
|
nfc_target_receive_bytes
|
|
nfc_target_receive_dep_bytes
|
|
nfc_target_send_bits
|
|
nfc_target_send_bytes
|
|
nfc_target_send_dep_bytes
|
|
nfc_version
|
|
nfc_device_name
|
|
|
|
; bitutils.h
|
|
oddparity
|
|
oddparity_bytes
|
|
mirror
|
|
mirror32
|
|
mirror64
|
|
mirror_bytes
|
|
swap_endian32
|
|
swap_endian64
|
|
append_iso14443a_crc
|
|
print_hex
|
|
print_hex_bits
|
|
print_hex_par
|
|
|
|
|