Skip to content

Commit d7d7a5a

Browse files
author
Amanda Butler
authored
Clarify sentence in SPI.md
Clarify sentence to resolve request in comments.
1 parent 52aeeb3 commit d7d7a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/drivers/SPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ The SPI master generates a clock to synchronously drive a serial bit stream slav
2929

3030
### SPI hello, world
3131

32-
The following example uses the WHOAMI register. The WHOAMI register is slave dependent and will differ based on slave setup. In other words, it's just an example that you can write to a slave's register. In this example, Mbed OS acts as the SPI master, and DigitalOut acts as the slave chip select (cs).
32+
The following example uses the WHOAMI register. The WHOAMI register is an ID register of the slave device. In other words, it's just an example that you can write to a slave's register. In this example, Mbed OS acts as the SPI master, and DigitalOut acts as the slave chip select (cs).
3333

3434
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/SPI_HelloWorld/)](https://os.mbed.com/teams/mbed_example/code/SPI_HelloWorld/file/3789302f33bc/main.cpp)

0 commit comments

Comments
 (0)