Edit SPISlave.h

Make minor edits to existing text.
pull/8510/head
Amanda Butler 2018-10-23 09:20:22 -05:00 committed by GitHub
parent 68929ce94b
commit 7637c61d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@
namespace mbed { namespace mbed {
/** \addtogroup drivers */ /** \addtogroup drivers */
/** A SPI slave, used for communicating with a SPI Master device. /** A SPI slave, used for communicating with a SPI master device.
* *
* The default format is set to 8-bits, mode 0, and a clock frequency of 1MHz. * The default format is set to 8 bits, mode 0 and a clock frequency of 1MHz.
* *
* @note Synchronization level: Not protected * @note Synchronization level: Not protected
* *
@ -89,7 +89,7 @@ public:
*/ */
void frequency(int hz = 1000000); void frequency(int hz = 1000000);
/** Polls the SPI to see if data has been received /** Polls the SPI to see if data has been received.
* *
* @return Presence of received data. * @return Presence of received data.
* @retval 0 No data waiting. * @retval 0 No data waiting.