Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: inc/admw_spi.h
- Revision:
- 13:97cb32670539
- Parent:
- 5:0728bde67bdb
diff -r 8f21099b8028 -r 97cb32670539 inc/admw_spi.h --- a/inc/admw_spi.h Wed Jul 24 08:51:31 2019 +0000 +++ b/inc/admw_spi.h Thu Jul 25 06:38:45 2019 +0000 @@ -102,6 +102,12 @@ unsigned nLength, bool bCsHold); +ADMW_RESULT admw_SpiReceive( + ADMW_SPI_HANDLE hDevice, + void *pTxData, + void *pRxData, + unsigned nLength, + bool bCsHold); #ifdef __cplusplus } #endif