Skip to content

Commit 7637c61

Browse files
author
Amanda Butler
authored
Edit SPISlave.h
Make minor edits to existing text.
1 parent 68929ce commit 7637c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/SPISlave.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
namespace mbed {
2727
/** \addtogroup drivers */
2828

29-
/** A SPI slave, used for communicating with a SPI Master device.
29+
/** A SPI slave, used for communicating with a SPI master device.
3030
*
31-
* The default format is set to 8-bits, mode 0, and a clock frequency of 1MHz.
31+
* The default format is set to 8 bits, mode 0 and a clock frequency of 1MHz.
3232
*
3333
* @note Synchronization level: Not protected
3434
*
@@ -89,7 +89,7 @@ class SPISlave : private NonCopyable<SPISlave> {
8989
*/
9090
void frequency(int hz = 1000000);
9191

92-
/** Polls the SPI to see if data has been received
92+
/** Polls the SPI to see if data has been received.
9393
*
9494
* @return Presence of received data.
9595
* @retval 0 No data waiting.

0 commit comments

Comments
 (0)