File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
namespace mbed {
27
27
/* * \addtogroup drivers */
28
28
29
- /* * A SPI slave, used for communicating with a SPI Master device.
29
+ /* * A SPI slave, used for communicating with a SPI master device.
30
30
*
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.
32
32
*
33
33
* @note Synchronization level: Not protected
34
34
*
@@ -89,7 +89,7 @@ class SPISlave : private NonCopyable<SPISlave> {
89
89
*/
90
90
void frequency (int hz = 1000000 );
91
91
92
- /* * Polls the SPI to see if data has been received
92
+ /* * Polls the SPI to see if data has been received.
93
93
*
94
94
* @return Presence of received data.
95
95
* @retval 0 No data waiting.
You can’t perform that action at this time.
0 commit comments