nfc_initiator_transceive_bytes() now take a constant size for Rx buffer to have a cleaner API: no more in/out parameters

This commit is contained in:
Romuald Conty 2012-05-27 21:06:22 +00:00
parent f0e85c027a
commit 2c9275adde
13 changed files with 67 additions and 68 deletions

2
NEWS
View file

@ -10,6 +10,8 @@ API Changes:
str_nfc_baud_rate()
- New nfc_device_get_information_about() function to retreive some device's
information
- No more in/out function parameter: nfc_initiator_transceive_bytes() now
take a constant size for Rx buffer
New in 1.6.0-rc1: