mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #13298 from Einhornhool/cryptoauth-doc
pkg/cryptoauthlib: add no poll mode to documentation
This commit is contained in:
commit
cfb383593d
@ -23,6 +23,13 @@
|
||||
* USEPKG += cryptoauthlib
|
||||
* to your Makefile.
|
||||
*
|
||||
* ### No poll mode
|
||||
*
|
||||
* After sending a command to the device, responses are usually polled to enable
|
||||
* quicker response times.
|
||||
* Alternatively ATCA_NO_POLL can be enabled through CFLAGS to simply
|
||||
* wait for the max execution time of a command before reading the response.
|
||||
*
|
||||
*
|
||||
* ## Implementation status
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user